Shades of Navy #02007E
Tints of Navy #02007E
RGB
CMYK
RGB Variations
Color information
#02007E (or 0x02007E) is known color: Navy. HEX triplet: 02, 00 and 7E. RGB value is (2,0,126). Sum of RGB (Red+Green+Blue) = 2+0+126=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 126 (49.61% from 255 or 98.44% from 128); Max value from RGB is 126 - color contains mainly: blue. Hex color #02007E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02007E is #FDFF81. Grayscale: #0E0E0E. Windows color (decimal): -16646018 or 8257538. OLE color: 8257538.
HSL color Cylindrical-coordinate representation of color #02007E: hue angle of 240.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02007E is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 0 | 126 | - |
| CMYK | 0.98 | 1 | 0 | 0.51 |
| HSL | 240.95º | 1% | 0.25% | - |
| HSV(B) | 240.95º | 1% | 0.49% | - |
| XYZ | 3.79 | 1.52 | 19.83 | - |
| YUV | 14.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 126 | 0.98 | 1 | 0 | 0.51 | 240.95 | 1 | 0.25 |
| Hex | 2 | 0 | 7E | 62 | 64 | 0 | 33 | F1 | 64 | 19 |
| Octal | 2 | 0 | 176 | 142 | 144 | 0 | 63 | 361 | 144 | 31 |
| Binary | 10 | 0 | 1111110 | 1100010 | 1100100 | 0 | 110011 | 11110001 | 1100100 | 11001 |
Color Harmonies of #02007E
Complementary color
Monochromatic Colors of #02007E
Black with #02007E
Text Example
Text Example
White with #02007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02007E; }
p { color: rgb(2,0,126); }
H1.HeaderClassName
{
color: #02007E;
}
.AnyTagClassName
{
color: #02007E;
}
</style>
background-color css
<style>
a { background-color: #02007E; }
a { background-color: rgb(2,0,126); }
div.DivClassName
{
background-color: #02007E;
}
.BgClassName
{
background-color: #02007E;
}
</style>
border-color css
<style>
span { border-color: #02007E; }
span { border-color: rgb(2,0,126); }
td.TdClassName
{
border-color: #02007E;
}
.TagClassName
{
border-color: #02007E;
}
</style>