Shades of Navy Blue #0D4BDB
Tints of Navy Blue #0D4BDB
RGB
CMYK
RGB Variations
Color information
#0D4BDB (or 0x0D4BDB) is known color: Navy Blue. HEX triplet: 0D, 4B and DB. RGB value is (13,75,219). Sum of RGB (Red+Green+Blue) = 13+75+219=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D4BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BDB is #F2B424. Grayscale: #484848. Windows color (decimal): -15905829 or 14371597. OLE color: 14371597.
HSL color Cylindrical-coordinate representation of color #0D4BDB: hue angle of 221.94º 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 #0D4BDB is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 75 | 219 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.14 |
| HSL | 221.94º | 0.89% | 0.45% | - |
| HSV(B) | 221.94º | 0.94% | 0.86% | - |
| XYZ | 15.47 | 10.23 | 68.18 | - |
| YUV | 72.88 | 210.46 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 219 | 0.94 | 0.66 | 0 | 0.14 | 221.94 | 0.89 | 0.45 |
| Hex | D | 4B | DB | 5E | 42 | 0 | E | DE | 59 | 2D |
| Octal | 15 | 113 | 333 | 136 | 102 | 0 | 16 | 336 | 131 | 55 |
| Binary | 1101 | 1001011 | 11011011 | 1011110 | 1000010 | 0 | 1110 | 11011110 | 1011001 | 101101 |
Color Harmonies of #0D4BDB
Complementary color
Monochromatic Colors of #0D4BDB
Black with #0D4BDB
Text Example
Text Example
White with #0D4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BDB; }
p { color: rgb(13,75,219); }
H1.HeaderClassName
{
color: #0D4BDB;
}
.AnyTagClassName
{
color: #0D4BDB;
}
</style>
background-color css
<style>
a { background-color: #0D4BDB; }
a { background-color: rgb(13,75,219); }
div.DivClassName
{
background-color: #0D4BDB;
}
.BgClassName
{
background-color: #0D4BDB;
}
</style>
border-color css
<style>
span { border-color: #0D4BDB; }
span { border-color: rgb(13,75,219); }
td.TdClassName
{
border-color: #0D4BDB;
}
.TagClassName
{
border-color: #0D4BDB;
}
</style>