Shades of Navy Blue #0D6DDB
Tints of Navy Blue #0D6DDB
RGB
CMYK
RGB Variations
Color information
#0D6DDB (or 0x0D6DDB) is known color: Navy Blue. HEX triplet: 0D, 6D and DB. RGB value is (13,109,219). Sum of RGB (Red+Green+Blue) = 13+109+219=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D6DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6DDB is #F29224. Grayscale: #5C5C5C. Windows color (decimal): -15897125 or 14380301. OLE color: 14380301.
HSL color Cylindrical-coordinate representation of color #0D6DDB: hue angle of 212.04º 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 #0D6DDB is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 109 | 219 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.14 |
| HSL | 212.04º | 0.89% | 0.45% | - |
| HSV(B) | 212.04º | 0.94% | 0.86% | - |
| XYZ | 18.42 | 16.14 | 69.16 | - |
| YUV | 92.84 | 199.2 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 109 | 219 | 0.94 | 0.50 | 0 | 0.14 | 212.04 | 0.89 | 0.45 |
| Hex | D | 6D | DB | 5E | 32 | 0 | E | D4 | 59 | 2D |
| Octal | 15 | 155 | 333 | 136 | 62 | 0 | 16 | 324 | 131 | 55 |
| Binary | 1101 | 1101101 | 11011011 | 1011110 | 110010 | 0 | 1110 | 11010100 | 1011001 | 101101 |
Color Harmonies of #0D6DDB
Complementary color
Monochromatic Colors of #0D6DDB
Black with #0D6DDB
Text Example
Text Example
White with #0D6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6DDB; }
p { color: rgb(13,109,219); }
H1.HeaderClassName
{
color: #0D6DDB;
}
.AnyTagClassName
{
color: #0D6DDB;
}
</style>
background-color css
<style>
a { background-color: #0D6DDB; }
a { background-color: rgb(13,109,219); }
div.DivClassName
{
background-color: #0D6DDB;
}
.BgClassName
{
background-color: #0D6DDB;
}
</style>
border-color css
<style>
span { border-color: #0D6DDB; }
span { border-color: rgb(13,109,219); }
td.TdClassName
{
border-color: #0D6DDB;
}
.TagClassName
{
border-color: #0D6DDB;
}
</style>