The Input "0,0,139" detected as "RGB".
| Color | ||
| websafe | No | |
| CSS3 Color names | 
 | |
| Hex | #00008b | |
| RGB | rgb(0,0,139) | |
| RGB in % | rgb(0%,0%,55%) | |
| CMY in % | C=100 M=100 Y=45 | |
| CMYK in % | C=100 M=100 Y=0 K=45 | |
| HSL | hsl(240,100%,27%) | |
| HSV | hsv(240,100%,55%) | |
| Rec. 601 luma | 15.846 | |
| Rec. 709 luma | 10.0358 | |
| Rec. 2020 luma | 8.2427 | |
| Grey scale (Rec. 601 luma) | #101010 | |
| Grey scale (Rec. 709 luma) | #0a0a0a | |
| Grey scale (Rec. 2020 luma) | #080808 | |
| Complementary color | #ffff74 | |
| Decimal | 139 | |
Show the nearest websafe color data.
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205