Shades of Navy #020474
Tints of Navy #020474
RGB
CMYK
RGB Variations
Color information
#020474 (or 0x020474) is known color: Navy. HEX triplet: 02, 04 and 74. RGB value is (2,4,116). Sum of RGB (Red+Green+Blue) = 2+4+116=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 116 (45.70% from 255 or 95.08% from 122); Max value from RGB is 116 - color contains mainly: blue. Hex color #020474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020474 is #FDFB8B. Grayscale: #0F0F0F. Windows color (decimal): -16645004 or 7603202. OLE color: 7603202.
HSL color Cylindrical-coordinate representation of color #020474: hue angle of 238.95º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020474 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 4 | 116 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.55 |
| HSL | 238.95º | 0.97% | 0.23% | - |
| HSV(B) | 238.95º | 0.98% | 0.45% | - |
| XYZ | 3.22 | 1.36 | 16.62 | - |
| YUV | 16.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 116 | 0.98 | 0.97 | 0 | 0.55 | 238.95 | 0.97 | 0.23 |
| Hex | 2 | 4 | 74 | 62 | 61 | 0 | 37 | EF | 61 | 17 |
| Octal | 2 | 4 | 164 | 142 | 141 | 0 | 67 | 357 | 141 | 27 |
| Binary | 10 | 100 | 1110100 | 1100010 | 1100001 | 0 | 110111 | 11101111 | 1100001 | 10111 |
Color Harmonies of #020474
Complementary color
Monochromatic Colors of #020474
Black with #020474
Text Example
Text Example
White with #020474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020474; }
p { color: rgb(2,4,116); }
H1.HeaderClassName
{
color: #020474;
}
.AnyTagClassName
{
color: #020474;
}
</style>
background-color css
<style>
a { background-color: #020474; }
a { background-color: rgb(2,4,116); }
div.DivClassName
{
background-color: #020474;
}
.BgClassName
{
background-color: #020474;
}
</style>
border-color css
<style>
span { border-color: #020474; }
span { border-color: rgb(2,4,116); }
td.TdClassName
{
border-color: #020474;
}
.TagClassName
{
border-color: #020474;
}
</style>