Shades of Navy #0D036A
Tints of Navy #0D036A
RGB
CMYK
RGB Variations
Color information
#0D036A (or 0x0D036A) is known color: Navy. HEX triplet: 0D, 03 and 6A. RGB value is (13,3,106). Sum of RGB (Red+Green+Blue) = 13+3+106=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 106 (41.80% from 255 or 86.89% from 122); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D036A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D036A is #F2FC95. Grayscale: #111111. Windows color (decimal): -15924374 or 6947597. OLE color: 6947597.
HSL color Cylindrical-coordinate representation of color #0D036A: hue angle of 245.83º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D036A is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 3 | 106 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.58 |
| HSL | 245.83º | 0.94% | 0.21% | - |
| HSV(B) | 245.83º | 0.97% | 0.42% | - |
| XYZ | 2.8 | 1.19 | 13.72 | - |
| YUV | 17.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 106 | 0.88 | 0.97 | 0 | 0.58 | 245.83 | 0.94 | 0.21 |
| Hex | D | 3 | 6A | 58 | 61 | 0 | 3A | F6 | 5E | 15 |
| Octal | 15 | 3 | 152 | 130 | 141 | 0 | 72 | 366 | 136 | 25 |
| Binary | 1101 | 11 | 1101010 | 1011000 | 1100001 | 0 | 111010 | 11110110 | 1011110 | 10101 |
Color Harmonies of #0D036A
Complementary color
Monochromatic Colors of #0D036A
Black with #0D036A
Text Example
Text Example
White with #0D036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D036A; }
p { color: rgb(13,3,106); }
H1.HeaderClassName
{
color: #0D036A;
}
.AnyTagClassName
{
color: #0D036A;
}
</style>
background-color css
<style>
a { background-color: #0D036A; }
a { background-color: rgb(13,3,106); }
div.DivClassName
{
background-color: #0D036A;
}
.BgClassName
{
background-color: #0D036A;
}
</style>
border-color css
<style>
span { border-color: #0D036A; }
span { border-color: rgb(13,3,106); }
td.TdClassName
{
border-color: #0D036A;
}
.TagClassName
{
border-color: #0D036A;
}
</style>