Shades of Navy #02077E
Tints of Navy #02077E
RGB
CMYK
RGB Variations
Color information
#02077E (or 0x02077E) is known color: Navy. HEX triplet: 02, 07 and 7E. RGB value is (2,7,126). Sum of RGB (Red+Green+Blue) = 2+7+126=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 126 (49.61% from 255 or 93.33% from 135); Max value from RGB is 126 - color contains mainly: blue. Hex color #02077E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02077E is #FDF881. Grayscale: #121212. Windows color (decimal): -16644226 or 8259330. OLE color: 8259330.
HSL color Cylindrical-coordinate representation of color #02077E: hue angle of 237.58º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02077E is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 7 | 126 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.51 |
| HSL | 237.58º | 0.97% | 0.25% | - |
| HSV(B) | 237.58º | 0.98% | 0.49% | - |
| XYZ | 3.87 | 1.67 | 19.86 | - |
| YUV | 19.07 | 188.34 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 126 | 0.98 | 0.94 | 0 | 0.51 | 237.58 | 0.97 | 0.25 |
| Hex | 2 | 7 | 7E | 62 | 5E | 0 | 33 | EE | 61 | 19 |
| Octal | 2 | 7 | 176 | 142 | 136 | 0 | 63 | 356 | 141 | 31 |
| Binary | 10 | 111 | 1111110 | 1100010 | 1011110 | 0 | 110011 | 11101110 | 1100001 | 11001 |
Color Harmonies of #02077E
Complementary color
Monochromatic Colors of #02077E
Black with #02077E
Text Example
Text Example
White with #02077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02077E; }
p { color: rgb(2,7,126); }
H1.HeaderClassName
{
color: #02077E;
}
.AnyTagClassName
{
color: #02077E;
}
</style>
background-color css
<style>
a { background-color: #02077E; }
a { background-color: rgb(2,7,126); }
div.DivClassName
{
background-color: #02077E;
}
.BgClassName
{
background-color: #02077E;
}
</style>
border-color css
<style>
span { border-color: #02077E; }
span { border-color: rgb(2,7,126); }
td.TdClassName
{
border-color: #02077E;
}
.TagClassName
{
border-color: #02077E;
}
</style>