Shades of Navy #02127D
Tints of Navy #02127D
RGB
CMYK
RGB Variations
Color information
#02127D (or 0x02127D) is known color: Navy. HEX triplet: 02, 12 and 7D. RGB value is (2,18,125). Sum of RGB (Red+Green+Blue) = 2+18+125=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #02127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02127D is #FDED82. Grayscale: #181818. Windows color (decimal): -16641411 or 8196610. OLE color: 8196610.
HSL color Cylindrical-coordinate representation of color #02127D: hue angle of 232.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02127D is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 18 | 125 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.51 |
| HSL | 232.2º | 0.97% | 0.25% | - |
| HSV(B) | 232.2º | 0.98% | 0.49% | - |
| XYZ | 3.94 | 1.93 | 19.57 | - |
| YUV | 25.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 125 | 0.98 | 0.86 | 0 | 0.51 | 232.2 | 0.97 | 0.25 |
| Hex | 2 | 12 | 7D | 62 | 56 | 0 | 33 | E8 | 61 | 19 |
| Octal | 2 | 22 | 175 | 142 | 126 | 0 | 63 | 350 | 141 | 31 |
| Binary | 10 | 10010 | 1111101 | 1100010 | 1010110 | 0 | 110011 | 11101000 | 1100001 | 11001 |
Color Harmonies of #02127D
Complementary color
Monochromatic Colors of #02127D
Black with #02127D
Text Example
Text Example
White with #02127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02127D; }
p { color: rgb(2,18,125); }
H1.HeaderClassName
{
color: #02127D;
}
.AnyTagClassName
{
color: #02127D;
}
</style>
background-color css
<style>
a { background-color: #02127D; }
a { background-color: rgb(2,18,125); }
div.DivClassName
{
background-color: #02127D;
}
.BgClassName
{
background-color: #02127D;
}
</style>
border-color css
<style>
span { border-color: #02127D; }
span { border-color: rgb(2,18,125); }
td.TdClassName
{
border-color: #02127D;
}
.TagClassName
{
border-color: #02127D;
}
</style>