Shades of Navy Blue #0B4DDB
Tints of Navy Blue #0B4DDB
RGB
CMYK
RGB Variations
Color information
#0B4DDB (or 0x0B4DDB) is known color: Navy Blue. HEX triplet: 0B, 4D and DB. RGB value is (11,77,219). Sum of RGB (Red+Green+Blue) = 11+77+219=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 77 (30.47% from 255 or 25.08% 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 #0B4DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4DDB is #F4B224. Grayscale: #484848. Windows color (decimal): -16036389 or 14372107. OLE color: 14372107.
HSL color Cylindrical-coordinate representation of color #0B4DDB: hue angle of 220.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4DDB is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 77 | 219 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.14 |
| HSL | 220.96º | 0.9% | 0.45% | - |
| HSV(B) | 220.96º | 0.95% | 0.86% | - |
| XYZ | 15.58 | 10.49 | 68.22 | - |
| YUV | 73.45 | 210.13 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 77 | 219 | 0.95 | 0.65 | 0 | 0.14 | 220.96 | 0.9 | 0.45 |
| Hex | B | 4D | DB | 5F | 41 | 0 | E | DD | 5A | 2D |
| Octal | 13 | 115 | 333 | 137 | 101 | 0 | 16 | 335 | 132 | 55 |
| Binary | 1011 | 1001101 | 11011011 | 1011111 | 1000001 | 0 | 1110 | 11011101 | 1011010 | 101101 |
Color Harmonies of #0B4DDB
Complementary color
Monochromatic Colors of #0B4DDB
Black with #0B4DDB
Text Example
Text Example
White with #0B4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4DDB; }
p { color: rgb(11,77,219); }
H1.HeaderClassName
{
color: #0B4DDB;
}
.AnyTagClassName
{
color: #0B4DDB;
}
</style>
background-color css
<style>
a { background-color: #0B4DDB; }
a { background-color: rgb(11,77,219); }
div.DivClassName
{
background-color: #0B4DDB;
}
.BgClassName
{
background-color: #0B4DDB;
}
</style>
border-color css
<style>
span { border-color: #0B4DDB; }
span { border-color: rgb(11,77,219); }
td.TdClassName
{
border-color: #0B4DDB;
}
.TagClassName
{
border-color: #0B4DDB;
}
</style>