Shades of Navy Blue #0B6ADB
Tints of Navy Blue #0B6ADB
RGB
CMYK
RGB Variations
Color information
#0B6ADB (or 0x0B6ADB) is known color: Navy Blue. HEX triplet: 0B, 6A and DB. RGB value is (11,106,219). Sum of RGB (Red+Green+Blue) = 11+106+219=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B6ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6ADB is #F49524. Grayscale: #595959. Windows color (decimal): -16028965 or 14379531. OLE color: 14379531.
HSL color Cylindrical-coordinate representation of color #0B6ADB: hue angle of 212.6º 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 #0B6ADB is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 106 | 219 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.14 |
| HSL | 212.6º | 0.9% | 0.45% | - |
| HSV(B) | 212.6º | 0.95% | 0.86% | - |
| XYZ | 18.08 | 15.49 | 69.06 | - |
| YUV | 90.48 | 200.53 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 106 | 219 | 0.95 | 0.52 | 0 | 0.14 | 212.6 | 0.9 | 0.45 |
| Hex | B | 6A | DB | 5F | 34 | 0 | E | D5 | 5A | 2D |
| Octal | 13 | 152 | 333 | 137 | 64 | 0 | 16 | 325 | 132 | 55 |
| Binary | 1011 | 1101010 | 11011011 | 1011111 | 110100 | 0 | 1110 | 11010101 | 1011010 | 101101 |
Color Harmonies of #0B6ADB
Complementary color
Monochromatic Colors of #0B6ADB
Black with #0B6ADB
Text Example
Text Example
White with #0B6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6ADB; }
p { color: rgb(11,106,219); }
H1.HeaderClassName
{
color: #0B6ADB;
}
.AnyTagClassName
{
color: #0B6ADB;
}
</style>
background-color css
<style>
a { background-color: #0B6ADB; }
a { background-color: rgb(11,106,219); }
div.DivClassName
{
background-color: #0B6ADB;
}
.BgClassName
{
background-color: #0B6ADB;
}
</style>
border-color css
<style>
span { border-color: #0B6ADB; }
span { border-color: rgb(11,106,219); }
td.TdClassName
{
border-color: #0B6ADB;
}
.TagClassName
{
border-color: #0B6ADB;
}
</style>