Shades of Navy Blue #0D6BDB
Tints of Navy Blue #0D6BDB
RGB
CMYK
RGB Variations
Color information
#0D6BDB (or 0x0D6BDB) is known color: Navy Blue. HEX triplet: 0D, 6B and DB. RGB value is (13,107,219). Sum of RGB (Red+Green+Blue) = 13+107+219=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D6BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6BDB is #F29424. Grayscale: #5B5B5B. Windows color (decimal): -15897637 or 14379789. OLE color: 14379789.
HSL color Cylindrical-coordinate representation of color #0D6BDB: hue angle of 212.62º 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 #0D6BDB is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 107 | 219 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.14 |
| HSL | 212.62º | 0.89% | 0.45% | - |
| HSV(B) | 212.62º | 0.94% | 0.86% | - |
| XYZ | 18.21 | 15.72 | 69.09 | - |
| YUV | 91.66 | 199.86 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 219 | 0.94 | 0.51 | 0 | 0.14 | 212.62 | 0.89 | 0.45 |
| Hex | D | 6B | DB | 5E | 33 | 0 | E | D5 | 59 | 2D |
| Octal | 15 | 153 | 333 | 136 | 63 | 0 | 16 | 325 | 131 | 55 |
| Binary | 1101 | 1101011 | 11011011 | 1011110 | 110011 | 0 | 1110 | 11010101 | 1011001 | 101101 |
Color Harmonies of #0D6BDB
Complementary color
Monochromatic Colors of #0D6BDB
Black with #0D6BDB
Text Example
Text Example
White with #0D6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6BDB; }
p { color: rgb(13,107,219); }
H1.HeaderClassName
{
color: #0D6BDB;
}
.AnyTagClassName
{
color: #0D6BDB;
}
</style>
background-color css
<style>
a { background-color: #0D6BDB; }
a { background-color: rgb(13,107,219); }
div.DivClassName
{
background-color: #0D6BDB;
}
.BgClassName
{
background-color: #0D6BDB;
}
</style>
border-color css
<style>
span { border-color: #0D6BDB; }
span { border-color: rgb(13,107,219); }
td.TdClassName
{
border-color: #0D6BDB;
}
.TagClassName
{
border-color: #0D6BDB;
}
</style>