Shades of Navy Blue #0D7BDB
Tints of Navy Blue #0D7BDB
RGB
CMYK
RGB Variations
Color information
#0D7BDB (or 0x0D7BDB) is known color: Navy Blue. HEX triplet: 0D, 7B and DB. RGB value is (13,123,219). Sum of RGB (Red+Green+Blue) = 13+123+219=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D7BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7BDB is #F28424. Grayscale: #646464. Windows color (decimal): -15893541 or 14383885. OLE color: 14383885.
HSL color Cylindrical-coordinate representation of color #0D7BDB: hue angle of 207.96º 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 #0D7BDB is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 123 | 219 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.14 |
| HSL | 207.96º | 0.89% | 0.45% | - |
| HSV(B) | 207.96º | 0.94% | 0.86% | - |
| XYZ | 20.04 | 19.37 | 69.7 | - |
| YUV | 101.05 | 194.56 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 123 | 219 | 0.94 | 0.44 | 0 | 0.14 | 207.96 | 0.89 | 0.45 |
| Hex | D | 7B | DB | 5E | 2C | 0 | E | D0 | 59 | 2D |
| Octal | 15 | 173 | 333 | 136 | 54 | 0 | 16 | 320 | 131 | 55 |
| Binary | 1101 | 1111011 | 11011011 | 1011110 | 101100 | 0 | 1110 | 11010000 | 1011001 | 101101 |
Color Harmonies of #0D7BDB
Complementary color
Monochromatic Colors of #0D7BDB
Black with #0D7BDB
Text Example
Text Example
White with #0D7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7BDB; }
p { color: rgb(13,123,219); }
H1.HeaderClassName
{
color: #0D7BDB;
}
.AnyTagClassName
{
color: #0D7BDB;
}
</style>
background-color css
<style>
a { background-color: #0D7BDB; }
a { background-color: rgb(13,123,219); }
div.DivClassName
{
background-color: #0D7BDB;
}
.BgClassName
{
background-color: #0D7BDB;
}
</style>
border-color css
<style>
span { border-color: #0D7BDB; }
span { border-color: rgb(13,123,219); }
td.TdClassName
{
border-color: #0D7BDB;
}
.TagClassName
{
border-color: #0D7BDB;
}
</style>