Shades of Navy #0D046E
Tints of Navy #0D046E
RGB
CMYK
RGB Variations
Color information
#0D046E (or 0x0D046E) is known color: Navy. HEX triplet: 0D, 04 and 6E. RGB value is (13,4,110). Sum of RGB (Red+Green+Blue) = 13+4+110=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 110 (43.36% from 255 or 86.61% from 127); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D046E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D046E is #F2FB91. Grayscale: #121212. Windows color (decimal): -15924114 or 7209997. OLE color: 7209997.
HSL color Cylindrical-coordinate representation of color #0D046E: hue angle of 245.09º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D046E is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 4 | 110 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.57 |
| HSL | 245.09º | 0.93% | 0.22% | - |
| HSV(B) | 245.09º | 0.96% | 0.43% | - |
| XYZ | 3.02 | 1.3 | 14.84 | - |
| YUV | 18.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 110 | 0.88 | 0.96 | 0 | 0.57 | 245.09 | 0.93 | 0.22 |
| Hex | D | 4 | 6E | 58 | 60 | 0 | 39 | F5 | 5D | 16 |
| Octal | 15 | 4 | 156 | 130 | 140 | 0 | 71 | 365 | 135 | 26 |
| Binary | 1101 | 100 | 1101110 | 1011000 | 1100000 | 0 | 111001 | 11110101 | 1011101 | 10110 |
Color Harmonies of #0D046E
Complementary color
Monochromatic Colors of #0D046E
Black with #0D046E
Text Example
Text Example
White with #0D046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D046E; }
p { color: rgb(13,4,110); }
H1.HeaderClassName
{
color: #0D046E;
}
.AnyTagClassName
{
color: #0D046E;
}
</style>
background-color css
<style>
a { background-color: #0D046E; }
a { background-color: rgb(13,4,110); }
div.DivClassName
{
background-color: #0D046E;
}
.BgClassName
{
background-color: #0D046E;
}
</style>
border-color css
<style>
span { border-color: #0D046E; }
span { border-color: rgb(13,4,110); }
td.TdClassName
{
border-color: #0D046E;
}
.TagClassName
{
border-color: #0D046E;
}
</style>