Shades of Navy #020F74
Tints of Navy #020F74
RGB
CMYK
RGB Variations
Color information
#020F74 (or 0x020F74) is known color: Navy. HEX triplet: 02, 0F and 74. RGB value is (2,15,116). Sum of RGB (Red+Green+Blue) = 2+15+116=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 116 (45.70% from 255 or 87.22% from 133); Max value from RGB is 116 - color contains mainly: blue. Hex color #020F74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F74 is #FDF08B. Grayscale: #161616. Windows color (decimal): -16642188 or 7606018. OLE color: 7606018.
HSL color Cylindrical-coordinate representation of color #020F74: hue angle of 233.16º 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 #020F74 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 15 | 116 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.55 |
| HSL | 233.16º | 0.97% | 0.23% | - |
| HSV(B) | 233.16º | 0.98% | 0.45% | - |
| XYZ | 3.35 | 1.62 | 16.66 | - |
| YUV | 22.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 116 | 0.98 | 0.87 | 0 | 0.55 | 233.16 | 0.97 | 0.23 |
| Hex | 2 | F | 74 | 62 | 57 | 0 | 37 | E9 | 61 | 17 |
| Octal | 2 | 17 | 164 | 142 | 127 | 0 | 67 | 351 | 141 | 27 |
| Binary | 10 | 1111 | 1110100 | 1100010 | 1010111 | 0 | 110111 | 11101001 | 1100001 | 10111 |
Color Harmonies of #020F74
Complementary color
Monochromatic Colors of #020F74
Black with #020F74
Text Example
Text Example
White with #020F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F74; }
p { color: rgb(2,15,116); }
H1.HeaderClassName
{
color: #020F74;
}
.AnyTagClassName
{
color: #020F74;
}
</style>
background-color css
<style>
a { background-color: #020F74; }
a { background-color: rgb(2,15,116); }
div.DivClassName
{
background-color: #020F74;
}
.BgClassName
{
background-color: #020F74;
}
</style>
border-color css
<style>
span { border-color: #020F74; }
span { border-color: rgb(2,15,116); }
td.TdClassName
{
border-color: #020F74;
}
.TagClassName
{
border-color: #020F74;
}
</style>