Shades of Navy Blue #0B4EDB
Tints of Navy Blue #0B4EDB
RGB
CMYK
RGB Variations
Color information
#0B4EDB (or 0x0B4EDB) is known color: Navy Blue. HEX triplet: 0B, 4E and DB. RGB value is (11,78,219). Sum of RGB (Red+Green+Blue) = 11+78+219=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B4EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4EDB is #F4B124. Grayscale: #494949. Windows color (decimal): -16036133 or 14372363. OLE color: 14372363.
HSL color Cylindrical-coordinate representation of color #0B4EDB: hue angle of 220.67º 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 #0B4EDB is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 78 | 219 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.14 |
| HSL | 220.67º | 0.9% | 0.45% | - |
| HSV(B) | 220.67º | 0.95% | 0.86% | - |
| XYZ | 15.65 | 10.63 | 68.25 | - |
| YUV | 74.04 | 209.8 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 219 | 0.95 | 0.64 | 0 | 0.14 | 220.67 | 0.9 | 0.45 |
| Hex | B | 4E | DB | 5F | 40 | 0 | E | DD | 5A | 2D |
| Octal | 13 | 116 | 333 | 137 | 100 | 0 | 16 | 335 | 132 | 55 |
| Binary | 1011 | 1001110 | 11011011 | 1011111 | 1000000 | 0 | 1110 | 11011101 | 1011010 | 101101 |
Color Harmonies of #0B4EDB
Complementary color
Monochromatic Colors of #0B4EDB
Black with #0B4EDB
Text Example
Text Example
White with #0B4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4EDB; }
p { color: rgb(11,78,219); }
H1.HeaderClassName
{
color: #0B4EDB;
}
.AnyTagClassName
{
color: #0B4EDB;
}
</style>
background-color css
<style>
a { background-color: #0B4EDB; }
a { background-color: rgb(11,78,219); }
div.DivClassName
{
background-color: #0B4EDB;
}
.BgClassName
{
background-color: #0B4EDB;
}
</style>
border-color css
<style>
span { border-color: #0B4EDB; }
span { border-color: rgb(11,78,219); }
td.TdClassName
{
border-color: #0B4EDB;
}
.TagClassName
{
border-color: #0B4EDB;
}
</style>