Shades of Navy #02127B
Tints of Navy #02127B
RGB
CMYK
RGB Variations
Color information
#02127B (or 0x02127B) is known color: Navy. HEX triplet: 02, 12 and 7B. RGB value is (2,18,123). Sum of RGB (Red+Green+Blue) = 2+18+123=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #02127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02127B is #FDED84. Grayscale: #181818. Windows color (decimal): -16641413 or 8065538. OLE color: 8065538.
HSL color Cylindrical-coordinate representation of color #02127B: hue angle of 232.07º 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 #02127B is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 18 | 123 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.52 |
| HSL | 232.07º | 0.97% | 0.25% | - |
| HSV(B) | 232.07º | 0.98% | 0.48% | - |
| XYZ | 3.82 | 1.88 | 18.9 | - |
| YUV | 25.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 123 | 0.98 | 0.85 | 0 | 0.52 | 232.07 | 0.97 | 0.25 |
| Hex | 2 | 12 | 7B | 62 | 55 | 0 | 34 | E8 | 61 | 19 |
| Octal | 2 | 22 | 173 | 142 | 125 | 0 | 64 | 350 | 141 | 31 |
| Binary | 10 | 10010 | 1111011 | 1100010 | 1010101 | 0 | 110100 | 11101000 | 1100001 | 11001 |
Color Harmonies of #02127B
Complementary color
Monochromatic Colors of #02127B
Black with #02127B
Text Example
Text Example
White with #02127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02127B; }
p { color: rgb(2,18,123); }
H1.HeaderClassName
{
color: #02127B;
}
.AnyTagClassName
{
color: #02127B;
}
</style>
background-color css
<style>
a { background-color: #02127B; }
a { background-color: rgb(2,18,123); }
div.DivClassName
{
background-color: #02127B;
}
.BgClassName
{
background-color: #02127B;
}
</style>
border-color css
<style>
span { border-color: #02127B; }
span { border-color: rgb(2,18,123); }
td.TdClassName
{
border-color: #02127B;
}
.TagClassName
{
border-color: #02127B;
}
</style>