The Input "NavyBlue" detected as "CSS3 color name".
| Color | ||
| websafe | No | |
| CSS3 Color names |
|
|
| HTML 4.01 Color name |
|
|
| Hex | #000080 | |
| RGB | rgb(0,0,128) | |
| RGB in % | rgb(0%,0%,50%) | |
| CMY in % | C=100 M=100 Y=50 |
|
| CMYK in % | C=100 M=100 Y=0 K=50 |
|
| HSL | hsl(240,100%,25%) | |
| HSV | hsv(240,100%,50%) | |
| Rec. 601 luma | 14.592 | |
| Rec. 709 luma | 9.2416 | |
| Rec. 2020 luma | 7.5904 | |
| Grey scale (Rec. 601 luma) | #0f0f0f | |
| Grey scale (Rec. 709 luma) | #090909 | |
| Grey scale (Rec. 2020 luma) | #080808 | |
| Complementary color | #ffff7f | |
| Decimal | 128 | |
| Color | ||
| websafe | yes | |
| Hex | #000099 | |
| Hex (short) | #009 | |
| RGB | rgb(0,0,153) | |
| RGB in % | rgb(0%,0%,60%) | |
| CMY in % | C=100 M=100 Y=40 |
|
| CMYK in % | C=100 M=100 Y=0 K=40 |
|
| HSL | hsl(240,100%,30%) | |
| HSV | hsv(240,100%,60%) | |
| Rec. 601 luma | 17.442 | |
| Rec. 709 luma | 11.0466 | |
| Rec. 2020 luma | 9.0729 | |
| Grey scale (Rec. 601 luma) | #111111 | |
| Grey scale (Rec. 709 luma) | #0b0b0b | |
| Grey scale (Rec. 2020 luma) | #090909 | |
| Complementary color | #ffff66 | |
| Decimal | 153 | |
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