Shades of Navy #0D036C
Tints of Navy #0D036C
RGB
CMYK
RGB Variations
Color information
#0D036C (or 0x0D036C) is known color: Navy. HEX triplet: 0D, 03 and 6C. RGB value is (13,3,108). Sum of RGB (Red+Green+Blue) = 13+3+108=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D036C is #F2FC93. Grayscale: #111111. Windows color (decimal): -15924372 or 7078669. OLE color: 7078669.
HSL color Cylindrical-coordinate representation of color #0D036C: hue angle of 245.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D036C is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 3 | 108 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.58 |
| HSL | 245.71º | 0.95% | 0.22% | - |
| HSV(B) | 245.71º | 0.97% | 0.42% | - |
| XYZ | 2.91 | 1.23 | 14.27 | - |
| YUV | 17.96 | 178.81 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 108 | 0.88 | 0.97 | 0 | 0.58 | 245.71 | 0.95 | 0.22 |
| Hex | D | 3 | 6C | 58 | 61 | 0 | 3A | F6 | 5F | 16 |
| Octal | 15 | 3 | 154 | 130 | 141 | 0 | 72 | 366 | 137 | 26 |
| Binary | 1101 | 11 | 1101100 | 1011000 | 1100001 | 0 | 111010 | 11110110 | 1011111 | 10110 |
Color Harmonies of #0D036C
Complementary color
Monochromatic Colors of #0D036C
Black with #0D036C
Text Example
Text Example
White with #0D036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D036C; }
p { color: rgb(13,3,108); }
H1.HeaderClassName
{
color: #0D036C;
}
.AnyTagClassName
{
color: #0D036C;
}
</style>
background-color css
<style>
a { background-color: #0D036C; }
a { background-color: rgb(13,3,108); }
div.DivClassName
{
background-color: #0D036C;
}
.BgClassName
{
background-color: #0D036C;
}
</style>
border-color css
<style>
span { border-color: #0D036C; }
span { border-color: rgb(13,3,108); }
td.TdClassName
{
border-color: #0D036C;
}
.TagClassName
{
border-color: #0D036C;
}
</style>