Shades of Navy #0D037D
Tints of Navy #0D037D
RGB
CMYK
RGB Variations
Color information
#0D037D (or 0x0D037D) is known color: Navy. HEX triplet: 0D, 03 and 7D. RGB value is (13,3,125). Sum of RGB (Red+Green+Blue) = 13+3+125=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 125 (49.22% from 255 or 88.65% from 141); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D037D is #F2FC82. Grayscale: #131313. Windows color (decimal): -15924355 or 8192781. OLE color: 8192781.
HSL color Cylindrical-coordinate representation of color #0D037D: hue angle of 244.92º degrees, saturation: 0.95, 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 #0D037D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 3 | 125 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.51 |
| HSL | 244.92º | 0.95% | 0.25% | - |
| HSV(B) | 244.92º | 0.98% | 0.49% | - |
| XYZ | 3.9 | 1.63 | 19.51 | - |
| YUV | 19.9 | 187.31 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 125 | 0.90 | 0.98 | 0 | 0.51 | 244.92 | 0.95 | 0.25 |
| Hex | D | 3 | 7D | 5A | 62 | 0 | 33 | F5 | 5F | 19 |
| Octal | 15 | 3 | 175 | 132 | 142 | 0 | 63 | 365 | 137 | 31 |
| Binary | 1101 | 11 | 1111101 | 1011010 | 1100010 | 0 | 110011 | 11110101 | 1011111 | 11001 |
Color Harmonies of #0D037D
Complementary color
Monochromatic Colors of #0D037D
Black with #0D037D
Text Example
Text Example
White with #0D037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D037D; }
p { color: rgb(13,3,125); }
H1.HeaderClassName
{
color: #0D037D;
}
.AnyTagClassName
{
color: #0D037D;
}
</style>
background-color css
<style>
a { background-color: #0D037D; }
a { background-color: rgb(13,3,125); }
div.DivClassName
{
background-color: #0D037D;
}
.BgClassName
{
background-color: #0D037D;
}
</style>
border-color css
<style>
span { border-color: #0D037D; }
span { border-color: rgb(13,3,125); }
td.TdClassName
{
border-color: #0D037D;
}
.TagClassName
{
border-color: #0D037D;
}
</style>