Shades of Navy Blue #0B6CDB
Tints of Navy Blue #0B6CDB
RGB
CMYK
RGB Variations
Color information
#0B6CDB (or 0x0B6CDB) is known color: Navy Blue. HEX triplet: 0B, 6C and DB. RGB value is (11,108,219). Sum of RGB (Red+Green+Blue) = 11+108+219=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B6CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6CDB is #F49324. Grayscale: #5B5B5B. Windows color (decimal): -16028453 or 14380043. OLE color: 14380043.
HSL color Cylindrical-coordinate representation of color #0B6CDB: hue angle of 212.02º 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 #0B6CDB is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 108 | 219 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.14 |
| HSL | 212.02º | 0.9% | 0.45% | - |
| HSV(B) | 212.02º | 0.95% | 0.86% | - |
| XYZ | 18.29 | 15.91 | 69.13 | - |
| YUV | 91.65 | 199.86 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 108 | 219 | 0.95 | 0.51 | 0 | 0.14 | 212.02 | 0.9 | 0.45 |
| Hex | B | 6C | DB | 5F | 33 | 0 | E | D4 | 5A | 2D |
| Octal | 13 | 154 | 333 | 137 | 63 | 0 | 16 | 324 | 132 | 55 |
| Binary | 1011 | 1101100 | 11011011 | 1011111 | 110011 | 0 | 1110 | 11010100 | 1011010 | 101101 |
Color Harmonies of #0B6CDB
Complementary color
Monochromatic Colors of #0B6CDB
Black with #0B6CDB
Text Example
Text Example
White with #0B6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6CDB; }
p { color: rgb(11,108,219); }
H1.HeaderClassName
{
color: #0B6CDB;
}
.AnyTagClassName
{
color: #0B6CDB;
}
</style>
background-color css
<style>
a { background-color: #0B6CDB; }
a { background-color: rgb(11,108,219); }
div.DivClassName
{
background-color: #0B6CDB;
}
.BgClassName
{
background-color: #0B6CDB;
}
</style>
border-color css
<style>
span { border-color: #0B6CDB; }
span { border-color: rgb(11,108,219); }
td.TdClassName
{
border-color: #0B6CDB;
}
.TagClassName
{
border-color: #0B6CDB;
}
</style>