Shades of Navy #0D0E7D
Tints of Navy #0D0E7D
RGB
CMYK
RGB Variations
Color information
#0D0E7D (or 0x0D0E7D) is known color: Navy. HEX triplet: 0D, 0E and 7D. RGB value is (13,14,125). Sum of RGB (Red+Green+Blue) = 13+14+125=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D0E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0E7D is #F2F182. Grayscale: #191919. Windows color (decimal): -15921539 or 8195597. OLE color: 8195597.
HSL color Cylindrical-coordinate representation of color #0D0E7D: hue angle of 239.46º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D0E7D is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 14 | 125 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.51 |
| HSL | 239.46º | 0.81% | 0.27% | - |
| HSV(B) | 239.46º | 0.9% | 0.49% | - |
| XYZ | 4.02 | 1.88 | 19.55 | - |
| YUV | 26.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 125 | 0.90 | 0.89 | 0 | 0.51 | 239.46 | 0.81 | 0.27 |
| Hex | D | E | 7D | 5A | 59 | 0 | 33 | EF | 51 | 1B |
| Octal | 15 | 16 | 175 | 132 | 131 | 0 | 63 | 357 | 121 | 33 |
| Binary | 1101 | 1110 | 1111101 | 1011010 | 1011001 | 0 | 110011 | 11101111 | 1010001 | 11011 |
Color Harmonies of #0D0E7D
Complementary color
Monochromatic Colors of #0D0E7D
Black with #0D0E7D
Text Example
Text Example
White with #0D0E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0E7D; }
p { color: rgb(13,14,125); }
H1.HeaderClassName
{
color: #0D0E7D;
}
.AnyTagClassName
{
color: #0D0E7D;
}
</style>
background-color css
<style>
a { background-color: #0D0E7D; }
a { background-color: rgb(13,14,125); }
div.DivClassName
{
background-color: #0D0E7D;
}
.BgClassName
{
background-color: #0D0E7D;
}
</style>
border-color css
<style>
span { border-color: #0D0E7D; }
span { border-color: rgb(13,14,125); }
td.TdClassName
{
border-color: #0D0E7D;
}
.TagClassName
{
border-color: #0D0E7D;
}
</style>