Shades of Navy Blue #0B5ADB
Tints of Navy Blue #0B5ADB
RGB
CMYK
RGB Variations
Color information
#0B5ADB (or 0x0B5ADB) is known color: Navy Blue. HEX triplet: 0B, 5A and DB. RGB value is (11,90,219). Sum of RGB (Red+Green+Blue) = 11+90+219=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B5ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ADB is #F4A524. Grayscale: #505050. Windows color (decimal): -16033061 or 14375435. OLE color: 14375435.
HSL color Cylindrical-coordinate representation of color #0B5ADB: hue angle of 217.21º 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 #0B5ADB is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 90 | 219 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.14 |
| HSL | 217.21º | 0.9% | 0.45% | - |
| HSV(B) | 217.21º | 0.95% | 0.86% | - |
| XYZ | 16.58 | 12.5 | 68.56 | - |
| YUV | 81.09 | 205.83 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 219 | 0.95 | 0.59 | 0 | 0.14 | 217.21 | 0.9 | 0.45 |
| Hex | B | 5A | DB | 5F | 3B | 0 | E | D9 | 5A | 2D |
| Octal | 13 | 132 | 333 | 137 | 73 | 0 | 16 | 331 | 132 | 55 |
| Binary | 1011 | 1011010 | 11011011 | 1011111 | 111011 | 0 | 1110 | 11011001 | 1011010 | 101101 |
Color Harmonies of #0B5ADB
Complementary color
Monochromatic Colors of #0B5ADB
Black with #0B5ADB
Text Example
Text Example
White with #0B5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5ADB; }
p { color: rgb(11,90,219); }
H1.HeaderClassName
{
color: #0B5ADB;
}
.AnyTagClassName
{
color: #0B5ADB;
}
</style>
background-color css
<style>
a { background-color: #0B5ADB; }
a { background-color: rgb(11,90,219); }
div.DivClassName
{
background-color: #0B5ADB;
}
.BgClassName
{
background-color: #0B5ADB;
}
</style>
border-color css
<style>
span { border-color: #0B5ADB; }
span { border-color: rgb(11,90,219); }
td.TdClassName
{
border-color: #0B5ADB;
}
.TagClassName
{
border-color: #0B5ADB;
}
</style>