Shades of Navy #02086D
Tints of Navy #02086D
RGB
CMYK
RGB Variations
Color information
#02086D (or 0x02086D) is known color: Navy. HEX triplet: 02, 08 and 6D. RGB value is (2,8,109). Sum of RGB (Red+Green+Blue) = 2+8+109=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 109 (42.97% from 255 or 91.60% from 119); Max value from RGB is 109 - color contains mainly: blue. Hex color #02086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02086D is #FDF792. Grayscale: #111111. Windows color (decimal): -16643987 or 7145474. OLE color: 7145474.
HSL color Cylindrical-coordinate representation of color #02086D: hue angle of 236.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02086D is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 8 | 109 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.57 |
| HSL | 236.64º | 0.96% | 0.22% | - |
| HSV(B) | 236.64º | 0.98% | 0.43% | - |
| XYZ | 2.87 | 1.29 | 14.57 | - |
| YUV | 17.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 109 | 0.98 | 0.93 | 0 | 0.57 | 236.64 | 0.96 | 0.22 |
| Hex | 2 | 8 | 6D | 62 | 5D | 0 | 39 | ED | 60 | 16 |
| Octal | 2 | 10 | 155 | 142 | 135 | 0 | 71 | 355 | 140 | 26 |
| Binary | 10 | 1000 | 1101101 | 1100010 | 1011101 | 0 | 111001 | 11101101 | 1100000 | 10110 |
Color Harmonies of #02086D
Complementary color
Monochromatic Colors of #02086D
Black with #02086D
Text Example
Text Example
White with #02086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02086D; }
p { color: rgb(2,8,109); }
H1.HeaderClassName
{
color: #02086D;
}
.AnyTagClassName
{
color: #02086D;
}
</style>
background-color css
<style>
a { background-color: #02086D; }
a { background-color: rgb(2,8,109); }
div.DivClassName
{
background-color: #02086D;
}
.BgClassName
{
background-color: #02086D;
}
</style>
border-color css
<style>
span { border-color: #02086D; }
span { border-color: rgb(2,8,109); }
td.TdClassName
{
border-color: #02086D;
}
.TagClassName
{
border-color: #02086D;
}
</style>