Shades of Navy #0D027F
Tints of Navy #0D027F
RGB
CMYK
RGB Variations
Color information
#0D027F (or 0x0D027F) is known color: Navy. HEX triplet: 0D, 02 and 7F. RGB value is (13,2,127). Sum of RGB (Red+Green+Blue) = 13+2+127=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 127 (50% from 255 or 89.44% from 142); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D027F is #F2FD80. Grayscale: #131313. Windows color (decimal): -15924609 or 8323597. OLE color: 8323597.
HSL color Cylindrical-coordinate representation of color #0D027F: hue angle of 245.28º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D027F is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 2 | 127 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.50 |
| HSL | 245.28º | 0.97% | 0.25% | - |
| HSV(B) | 245.28º | 0.98% | 0.5% | - |
| XYZ | 4.02 | 1.66 | 20.19 | - |
| YUV | 19.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 127 | 0.90 | 0.98 | 0 | 0.50 | 245.28 | 0.97 | 0.25 |
| Hex | D | 2 | 7F | 5A | 62 | 0 | 32 | F5 | 61 | 19 |
| Octal | 15 | 2 | 177 | 132 | 142 | 0 | 62 | 365 | 141 | 31 |
| Binary | 1101 | 10 | 1111111 | 1011010 | 1100010 | 0 | 110010 | 11110101 | 1100001 | 11001 |
Color Harmonies of #0D027F
Complementary color
Monochromatic Colors of #0D027F
Black with #0D027F
Text Example
Text Example
White with #0D027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D027F; }
p { color: rgb(13,2,127); }
H1.HeaderClassName
{
color: #0D027F;
}
.AnyTagClassName
{
color: #0D027F;
}
</style>
background-color css
<style>
a { background-color: #0D027F; }
a { background-color: rgb(13,2,127); }
div.DivClassName
{
background-color: #0D027F;
}
.BgClassName
{
background-color: #0D027F;
}
</style>
border-color css
<style>
span { border-color: #0D027F; }
span { border-color: rgb(13,2,127); }
td.TdClassName
{
border-color: #0D027F;
}
.TagClassName
{
border-color: #0D027F;
}
</style>