Shades of Navy #0D057C
Tints of Navy #0D057C
RGB
CMYK
RGB Variations
Color information
#0D057C (or 0x0D057C) is known color: Navy. HEX triplet: 0D, 05 and 7C. RGB value is (13,5,124). Sum of RGB (Red+Green+Blue) = 13+5+124=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D057C is #F2FA83. Grayscale: #141414. Windows color (decimal): -15923844 or 8127757. OLE color: 8127757.
HSL color Cylindrical-coordinate representation of color #0D057C: hue angle of 244.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D057C is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 5 | 124 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.51 |
| HSL | 244.03º | 0.92% | 0.25% | - |
| HSV(B) | 244.03º | 0.96% | 0.49% | - |
| XYZ | 3.86 | 1.65 | 19.18 | - |
| YUV | 20.96 | 186.15 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 124 | 0.90 | 0.96 | 0 | 0.51 | 244.03 | 0.92 | 0.25 |
| Hex | D | 5 | 7C | 5A | 60 | 0 | 33 | F4 | 5C | 19 |
| Octal | 15 | 5 | 174 | 132 | 140 | 0 | 63 | 364 | 134 | 31 |
| Binary | 1101 | 101 | 1111100 | 1011010 | 1100000 | 0 | 110011 | 11110100 | 1011100 | 11001 |
Color Harmonies of #0D057C
Complementary color
Monochromatic Colors of #0D057C
Black with #0D057C
Text Example
Text Example
White with #0D057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D057C; }
p { color: rgb(13,5,124); }
H1.HeaderClassName
{
color: #0D057C;
}
.AnyTagClassName
{
color: #0D057C;
}
</style>
background-color css
<style>
a { background-color: #0D057C; }
a { background-color: rgb(13,5,124); }
div.DivClassName
{
background-color: #0D057C;
}
.BgClassName
{
background-color: #0D057C;
}
</style>
border-color css
<style>
span { border-color: #0D057C; }
span { border-color: rgb(13,5,124); }
td.TdClassName
{
border-color: #0D057C;
}
.TagClassName
{
border-color: #0D057C;
}
</style>