Shades of Navy #02056B
Tints of Navy #02056B
RGB
CMYK
RGB Variations
Color information
#02056B (or 0x02056B) is known color: Navy. HEX triplet: 02, 05 and 6B. RGB value is (2,5,107). Sum of RGB (Red+Green+Blue) = 2+5+107=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 107 (42.19% from 255 or 93.86% from 114); Max value from RGB is 107 - color contains mainly: blue. Hex color #02056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02056B is #FDFA94. Grayscale: #0F0F0F. Windows color (decimal): -16644757 or 7013634. OLE color: 7013634.
HSL color Cylindrical-coordinate representation of color #02056B: hue angle of 238.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02056B is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 5 | 107 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.58 |
| HSL | 238.29º | 0.96% | 0.21% | - |
| HSV(B) | 238.29º | 0.98% | 0.42% | - |
| XYZ | 2.73 | 1.18 | 13.99 | - |
| YUV | 15.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 107 | 0.98 | 0.95 | 0 | 0.58 | 238.29 | 0.96 | 0.21 |
| Hex | 2 | 5 | 6B | 62 | 5F | 0 | 3A | EE | 60 | 15 |
| Octal | 2 | 5 | 153 | 142 | 137 | 0 | 72 | 356 | 140 | 25 |
| Binary | 10 | 101 | 1101011 | 1100010 | 1011111 | 0 | 111010 | 11101110 | 1100000 | 10101 |
Color Harmonies of #02056B
Complementary color
Monochromatic Colors of #02056B
Black with #02056B
Text Example
Text Example
White with #02056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02056B; }
p { color: rgb(2,5,107); }
H1.HeaderClassName
{
color: #02056B;
}
.AnyTagClassName
{
color: #02056B;
}
</style>
background-color css
<style>
a { background-color: #02056B; }
a { background-color: rgb(2,5,107); }
div.DivClassName
{
background-color: #02056B;
}
.BgClassName
{
background-color: #02056B;
}
</style>
border-color css
<style>
span { border-color: #02056B; }
span { border-color: rgb(2,5,107); }
td.TdClassName
{
border-color: #02056B;
}
.TagClassName
{
border-color: #02056B;
}
</style>