Shades of Navy #0D047F
Tints of Navy #0D047F
RGB
CMYK
RGB Variations
Color information
#0D047F (or 0x0D047F) is known color: Navy. HEX triplet: 0D, 04 and 7F. RGB value is (13,4,127). Sum of RGB (Red+Green+Blue) = 13+4+127=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 127 (50% from 255 or 88.19% from 144); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D047F is #F2FB80. Grayscale: #141414. Windows color (decimal): -15924097 or 8324109. OLE color: 8324109.
HSL color Cylindrical-coordinate representation of color #0D047F: hue angle of 244.39º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D047F is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 4 | 127 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.50 |
| HSL | 244.39º | 0.94% | 0.26% | - |
| HSV(B) | 244.39º | 0.97% | 0.5% | - |
| XYZ | 4.04 | 1.7 | 20.19 | - |
| YUV | 20.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 127 | 0.90 | 0.97 | 0 | 0.50 | 244.39 | 0.94 | 0.26 |
| Hex | D | 4 | 7F | 5A | 61 | 0 | 32 | F4 | 5E | 1A |
| Octal | 15 | 4 | 177 | 132 | 141 | 0 | 62 | 364 | 136 | 32 |
| Binary | 1101 | 100 | 1111111 | 1011010 | 1100001 | 0 | 110010 | 11110100 | 1011110 | 11010 |
Color Harmonies of #0D047F
Complementary color
Monochromatic Colors of #0D047F
Black with #0D047F
Text Example
Text Example
White with #0D047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D047F; }
p { color: rgb(13,4,127); }
H1.HeaderClassName
{
color: #0D047F;
}
.AnyTagClassName
{
color: #0D047F;
}
</style>
background-color css
<style>
a { background-color: #0D047F; }
a { background-color: rgb(13,4,127); }
div.DivClassName
{
background-color: #0D047F;
}
.BgClassName
{
background-color: #0D047F;
}
</style>
border-color css
<style>
span { border-color: #0D047F; }
span { border-color: rgb(13,4,127); }
td.TdClassName
{
border-color: #0D047F;
}
.TagClassName
{
border-color: #0D047F;
}
</style>