Shades of Navy Blue #0D7EDB
Tints of Navy Blue #0D7EDB
RGB
CMYK
RGB Variations
Color information
#0D7EDB (or 0x0D7EDB) is known color: Navy Blue. HEX triplet: 0D, 7E and DB. RGB value is (13,126,219). Sum of RGB (Red+Green+Blue) = 13+126+219=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D7EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7EDB is #F28124. Grayscale: #666666. Windows color (decimal): -15892773 or 14384653. OLE color: 14384653.
HSL color Cylindrical-coordinate representation of color #0D7EDB: hue angle of 207.09º 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 #0D7EDB is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 126 | 219 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.14 |
| HSL | 207.09º | 0.89% | 0.45% | - |
| HSV(B) | 207.09º | 0.94% | 0.86% | - |
| XYZ | 20.41 | 20.12 | 69.83 | - |
| YUV | 102.82 | 193.56 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 126 | 219 | 0.94 | 0.42 | 0 | 0.14 | 207.09 | 0.89 | 0.45 |
| Hex | D | 7E | DB | 5E | 2A | 0 | E | CF | 59 | 2D |
| Octal | 15 | 176 | 333 | 136 | 52 | 0 | 16 | 317 | 131 | 55 |
| Binary | 1101 | 1111110 | 11011011 | 1011110 | 101010 | 0 | 1110 | 11001111 | 1011001 | 101101 |
Color Harmonies of #0D7EDB
Complementary color
Monochromatic Colors of #0D7EDB
Black with #0D7EDB
Text Example
Text Example
White with #0D7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7EDB; }
p { color: rgb(13,126,219); }
H1.HeaderClassName
{
color: #0D7EDB;
}
.AnyTagClassName
{
color: #0D7EDB;
}
</style>
background-color css
<style>
a { background-color: #0D7EDB; }
a { background-color: rgb(13,126,219); }
div.DivClassName
{
background-color: #0D7EDB;
}
.BgClassName
{
background-color: #0D7EDB;
}
</style>
border-color css
<style>
span { border-color: #0D7EDB; }
span { border-color: rgb(13,126,219); }
td.TdClassName
{
border-color: #0D7EDB;
}
.TagClassName
{
border-color: #0D7EDB;
}
</style>