Shades of Navy Blue #0D7FDB
Tints of Navy Blue #0D7FDB
RGB
CMYK
RGB Variations
Color information
#0D7FDB (or 0x0D7FDB) is known color: Navy Blue. HEX triplet: 0D, 7F and DB. RGB value is (13,127,219). Sum of RGB (Red+Green+Blue) = 13+127+219=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D7FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FDB is #F28024. Grayscale: #666666. Windows color (decimal): -15892517 or 14384909. OLE color: 14384909.
HSL color Cylindrical-coordinate representation of color #0D7FDB: hue angle of 206.8º 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 #0D7FDB is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 127 | 219 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.14 |
| HSL | 206.8º | 0.89% | 0.45% | - |
| HSV(B) | 206.8º | 0.94% | 0.86% | - |
| XYZ | 20.54 | 20.38 | 69.87 | - |
| YUV | 103.4 | 193.23 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 219 | 0.94 | 0.42 | 0 | 0.14 | 206.8 | 0.89 | 0.45 |
| Hex | D | 7F | DB | 5E | 2A | 0 | E | CF | 59 | 2D |
| Octal | 15 | 177 | 333 | 136 | 52 | 0 | 16 | 317 | 131 | 55 |
| Binary | 1101 | 1111111 | 11011011 | 1011110 | 101010 | 0 | 1110 | 11001111 | 1011001 | 101101 |
Color Harmonies of #0D7FDB
Complementary color
Monochromatic Colors of #0D7FDB
Black with #0D7FDB
Text Example
Text Example
White with #0D7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7FDB; }
p { color: rgb(13,127,219); }
H1.HeaderClassName
{
color: #0D7FDB;
}
.AnyTagClassName
{
color: #0D7FDB;
}
</style>
background-color css
<style>
a { background-color: #0D7FDB; }
a { background-color: rgb(13,127,219); }
div.DivClassName
{
background-color: #0D7FDB;
}
.BgClassName
{
background-color: #0D7FDB;
}
</style>
border-color css
<style>
span { border-color: #0D7FDB; }
span { border-color: rgb(13,127,219); }
td.TdClassName
{
border-color: #0D7FDB;
}
.TagClassName
{
border-color: #0D7FDB;
}
</style>