Shades of Navy Blue #0D6BD9
Tints of Navy Blue #0D6BD9
RGB
CMYK
RGB Variations
Color information
#0D6BD9 (or 0x0D6BD9) is known color: Navy Blue. HEX triplet: 0D, 6B and D9. RGB value is (13,107,217). Sum of RGB (Red+Green+Blue) = 13+107+217=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 217 (85.16% from 255 or 64.39% from 337); Max value from RGB is 217 - color contains mainly: blue. Hex color #0D6BD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6BD9 is #F29426. Grayscale: #5A5A5A. Windows color (decimal): -15897639 or 14248717. OLE color: 14248717.
HSL color Cylindrical-coordinate representation of color #0D6BD9: hue angle of 212.35º 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 #0D6BD9 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 107 | 217 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.15 |
| HSL | 212.35º | 0.89% | 0.45% | - |
| HSV(B) | 212.35º | 0.94% | 0.85% | - |
| XYZ | 17.95 | 15.61 | 67.71 | - |
| YUV | 91.43 | 198.86 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 217 | 0.94 | 0.51 | 0 | 0.15 | 212.35 | 0.89 | 0.45 |
| Hex | D | 6B | D9 | 5E | 33 | 0 | F | D4 | 59 | 2D |
| Octal | 15 | 153 | 331 | 136 | 63 | 0 | 17 | 324 | 131 | 55 |
| Binary | 1101 | 1101011 | 11011001 | 1011110 | 110011 | 0 | 1111 | 11010100 | 1011001 | 101101 |
Color Harmonies of #0D6BD9
Complementary color
Monochromatic Colors of #0D6BD9
Black with #0D6BD9
Text Example
Text Example
White with #0D6BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6BD9; }
p { color: rgb(13,107,217); }
H1.HeaderClassName
{
color: #0D6BD9;
}
.AnyTagClassName
{
color: #0D6BD9;
}
</style>
background-color css
<style>
a { background-color: #0D6BD9; }
a { background-color: rgb(13,107,217); }
div.DivClassName
{
background-color: #0D6BD9;
}
.BgClassName
{
background-color: #0D6BD9;
}
</style>
border-color css
<style>
span { border-color: #0D6BD9; }
span { border-color: rgb(13,107,217); }
td.TdClassName
{
border-color: #0D6BD9;
}
.TagClassName
{
border-color: #0D6BD9;
}
</style>