Shades of Navy Blue #0D6EDB
Tints of Navy Blue #0D6EDB
RGB
CMYK
RGB Variations
Color information
#0D6EDB (or 0x0D6EDB) is known color: Navy Blue. HEX triplet: 0D, 6E and DB. RGB value is (13,110,219). Sum of RGB (Red+Green+Blue) = 13+110+219=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D6EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6EDB is #F29124. Grayscale: #5C5C5C. Windows color (decimal): -15896869 or 14380557. OLE color: 14380557.
HSL color Cylindrical-coordinate representation of color #0D6EDB: hue angle of 211.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6EDB is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 110 | 219 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.14 |
| HSL | 211.75º | 0.89% | 0.45% | - |
| HSV(B) | 211.75º | 0.94% | 0.86% | - |
| XYZ | 18.53 | 16.35 | 69.2 | - |
| YUV | 93.42 | 198.86 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 219 | 0.94 | 0.50 | 0 | 0.14 | 211.75 | 0.89 | 0.45 |
| Hex | D | 6E | DB | 5E | 32 | 0 | E | D4 | 59 | 2D |
| Octal | 15 | 156 | 333 | 136 | 62 | 0 | 16 | 324 | 131 | 55 |
| Binary | 1101 | 1101110 | 11011011 | 1011110 | 110010 | 0 | 1110 | 11010100 | 1011001 | 101101 |
Color Harmonies of #0D6EDB
Complementary color
Monochromatic Colors of #0D6EDB
Black with #0D6EDB
Text Example
Text Example
White with #0D6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6EDB; }
p { color: rgb(13,110,219); }
H1.HeaderClassName
{
color: #0D6EDB;
}
.AnyTagClassName
{
color: #0D6EDB;
}
</style>
background-color css
<style>
a { background-color: #0D6EDB; }
a { background-color: rgb(13,110,219); }
div.DivClassName
{
background-color: #0D6EDB;
}
.BgClassName
{
background-color: #0D6EDB;
}
</style>
border-color css
<style>
span { border-color: #0D6EDB; }
span { border-color: rgb(13,110,219); }
td.TdClassName
{
border-color: #0D6EDB;
}
.TagClassName
{
border-color: #0D6EDB;
}
</style>