Shades of Navy #0D027C
Tints of Navy #0D027C
RGB
CMYK
RGB Variations
Color information
#0D027C (or 0x0D027C) is known color: Navy. HEX triplet: 0D, 02 and 7C. RGB value is (13,2,124). Sum of RGB (Red+Green+Blue) = 13+2+124=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 124 (48.83% from 255 or 89.21% from 139); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D027C is #F2FD83. Grayscale: #121212. Windows color (decimal): -15924612 or 8126989. OLE color: 8126989.
HSL color Cylindrical-coordinate representation of color #0D027C: hue angle of 245.41º 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 #0D027C is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 2 | 124 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.51 |
| HSL | 245.41º | 0.97% | 0.25% | - |
| HSV(B) | 245.41º | 0.98% | 0.49% | - |
| XYZ | 3.83 | 1.58 | 19.17 | - |
| YUV | 19.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 124 | 0.90 | 0.98 | 0 | 0.51 | 245.41 | 0.97 | 0.25 |
| Hex | D | 2 | 7C | 5A | 62 | 0 | 33 | F5 | 61 | 19 |
| Octal | 15 | 2 | 174 | 132 | 142 | 0 | 63 | 365 | 141 | 31 |
| Binary | 1101 | 10 | 1111100 | 1011010 | 1100010 | 0 | 110011 | 11110101 | 1100001 | 11001 |
Color Harmonies of #0D027C
Complementary color
Monochromatic Colors of #0D027C
Black with #0D027C
Text Example
Text Example
White with #0D027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D027C; }
p { color: rgb(13,2,124); }
H1.HeaderClassName
{
color: #0D027C;
}
.AnyTagClassName
{
color: #0D027C;
}
</style>
background-color css
<style>
a { background-color: #0D027C; }
a { background-color: rgb(13,2,124); }
div.DivClassName
{
background-color: #0D027C;
}
.BgClassName
{
background-color: #0D027C;
}
</style>
border-color css
<style>
span { border-color: #0D027C; }
span { border-color: rgb(13,2,124); }
td.TdClassName
{
border-color: #0D027C;
}
.TagClassName
{
border-color: #0D027C;
}
</style>