Shades of Navy Blue #0D6ED8
Tints of Navy Blue #0D6ED8
RGB
CMYK
RGB Variations
Color information
#0D6ED8 (or 0x0D6ED8) is known color: Navy Blue. HEX triplet: 0D, 6E and D8. RGB value is (13,110,216). Sum of RGB (Red+Green+Blue) = 13+110+216=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #0D6ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6ED8 is #F29127. Grayscale: #5C5C5C. Windows color (decimal): -15896872 or 14183949. OLE color: 14183949.
HSL color Cylindrical-coordinate representation of color #0D6ED8: hue angle of 211.33º 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 #0D6ED8 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 110 | 216 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.15 |
| HSL | 211.33º | 0.89% | 0.45% | - |
| HSV(B) | 211.33º | 0.94% | 0.85% | - |
| XYZ | 18.14 | 16.2 | 67.14 | - |
| YUV | 93.08 | 197.36 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 216 | 0.94 | 0.49 | 0 | 0.15 | 211.33 | 0.89 | 0.45 |
| Hex | D | 6E | D8 | 5E | 31 | 0 | F | D3 | 59 | 2D |
| Octal | 15 | 156 | 330 | 136 | 61 | 0 | 17 | 323 | 131 | 55 |
| Binary | 1101 | 1101110 | 11011000 | 1011110 | 110001 | 0 | 1111 | 11010011 | 1011001 | 101101 |
Color Harmonies of #0D6ED8
Complementary color
Monochromatic Colors of #0D6ED8
Black with #0D6ED8
Text Example
Text Example
White with #0D6ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6ED8; }
p { color: rgb(13,110,216); }
H1.HeaderClassName
{
color: #0D6ED8;
}
.AnyTagClassName
{
color: #0D6ED8;
}
</style>
background-color css
<style>
a { background-color: #0D6ED8; }
a { background-color: rgb(13,110,216); }
div.DivClassName
{
background-color: #0D6ED8;
}
.BgClassName
{
background-color: #0D6ED8;
}
</style>
border-color css
<style>
span { border-color: #0D6ED8; }
span { border-color: rgb(13,110,216); }
td.TdClassName
{
border-color: #0D6ED8;
}
.TagClassName
{
border-color: #0D6ED8;
}
</style>