Shades of Navy #02077B
Tints of Navy #02077B
RGB
CMYK
RGB Variations
Color information
#02077B (or 0x02077B) is known color: Navy. HEX triplet: 02, 07 and 7B. RGB value is (2,7,123). Sum of RGB (Red+Green+Blue) = 2+7+123=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 123 (48.44% from 255 or 93.18% from 132); Max value from RGB is 123 - color contains mainly: blue. Hex color #02077B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02077B is #FDF884. Grayscale: #121212. Windows color (decimal): -16644229 or 8062722. OLE color: 8062722.
HSL color Cylindrical-coordinate representation of color #02077B: hue angle of 237.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02077B is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 7 | 123 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.52 |
| HSL | 237.52º | 0.97% | 0.25% | - |
| HSV(B) | 237.52º | 0.98% | 0.48% | - |
| XYZ | 3.68 | 1.59 | 18.85 | - |
| YUV | 18.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 123 | 0.98 | 0.94 | 0 | 0.52 | 237.52 | 0.97 | 0.25 |
| Hex | 2 | 7 | 7B | 62 | 5E | 0 | 34 | EE | 61 | 19 |
| Octal | 2 | 7 | 173 | 142 | 136 | 0 | 64 | 356 | 141 | 31 |
| Binary | 10 | 111 | 1111011 | 1100010 | 1011110 | 0 | 110100 | 11101110 | 1100001 | 11001 |
Color Harmonies of #02077B
Complementary color
Monochromatic Colors of #02077B
Black with #02077B
Text Example
Text Example
White with #02077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02077B; }
p { color: rgb(2,7,123); }
H1.HeaderClassName
{
color: #02077B;
}
.AnyTagClassName
{
color: #02077B;
}
</style>
background-color css
<style>
a { background-color: #02077B; }
a { background-color: rgb(2,7,123); }
div.DivClassName
{
background-color: #02077B;
}
.BgClassName
{
background-color: #02077B;
}
</style>
border-color css
<style>
span { border-color: #02077B; }
span { border-color: rgb(2,7,123); }
td.TdClassName
{
border-color: #02077B;
}
.TagClassName
{
border-color: #02077B;
}
</style>