Shades of Navy Blue #0D6DD9
Tints of Navy Blue #0D6DD9
RGB
CMYK
RGB Variations
Color information
#0D6DD9 (or 0x0D6DD9) is known color: Navy Blue. HEX triplet: 0D, 6D and D9. RGB value is (13,109,217). Sum of RGB (Red+Green+Blue) = 13+109+217=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 217 (85.16% from 255 or 64.01% from 339); Max value from RGB is 217 - color contains mainly: blue. Hex color #0D6DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6DD9 is #F29226. Grayscale: #5C5C5C. Windows color (decimal): -15897127 or 14249229. OLE color: 14249229.
HSL color Cylindrical-coordinate representation of color #0D6DD9: hue angle of 211.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6DD9 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 109 | 217 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.15 |
| HSL | 211.76º | 0.89% | 0.45% | - |
| HSV(B) | 211.76º | 0.94% | 0.85% | - |
| XYZ | 18.16 | 16.03 | 67.78 | - |
| YUV | 92.61 | 198.2 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 109 | 217 | 0.94 | 0.50 | 0 | 0.15 | 211.76 | 0.89 | 0.45 |
| Hex | D | 6D | D9 | 5E | 32 | 0 | F | D4 | 59 | 2D |
| Octal | 15 | 155 | 331 | 136 | 62 | 0 | 17 | 324 | 131 | 55 |
| Binary | 1101 | 1101101 | 11011001 | 1011110 | 110010 | 0 | 1111 | 11010100 | 1011001 | 101101 |
Color Harmonies of #0D6DD9
Complementary color
Monochromatic Colors of #0D6DD9
Black with #0D6DD9
Text Example
Text Example
White with #0D6DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6DD9; }
p { color: rgb(13,109,217); }
H1.HeaderClassName
{
color: #0D6DD9;
}
.AnyTagClassName
{
color: #0D6DD9;
}
</style>
background-color css
<style>
a { background-color: #0D6DD9; }
a { background-color: rgb(13,109,217); }
div.DivClassName
{
background-color: #0D6DD9;
}
.BgClassName
{
background-color: #0D6DD9;
}
</style>
border-color css
<style>
span { border-color: #0D6DD9; }
span { border-color: rgb(13,109,217); }
td.TdClassName
{
border-color: #0D6DD9;
}
.TagClassName
{
border-color: #0D6DD9;
}
</style>