Shades of Navy Blue #0B60DB
Tints of Navy Blue #0B60DB
RGB
CMYK
RGB Variations
Color information
#0B60DB (or 0x0B60DB) is known color: Navy Blue. HEX triplet: 0B, 60 and DB. RGB value is (11,96,219). Sum of RGB (Red+Green+Blue) = 11+96+219=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B60DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B60DB is #F49F24. Grayscale: #545454. Windows color (decimal): -16031525 or 14376971. OLE color: 14376971.
HSL color Cylindrical-coordinate representation of color #0B60DB: hue angle of 215.48º 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 #0B60DB is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 96 | 219 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.14 |
| HSL | 215.48º | 0.9% | 0.45% | - |
| HSV(B) | 215.48º | 0.95% | 0.86% | - |
| XYZ | 17.11 | 13.55 | 68.73 | - |
| YUV | 84.61 | 203.84 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 219 | 0.95 | 0.56 | 0 | 0.14 | 215.48 | 0.9 | 0.45 |
| Hex | B | 60 | DB | 5F | 38 | 0 | E | D7 | 5A | 2D |
| Octal | 13 | 140 | 333 | 137 | 70 | 0 | 16 | 327 | 132 | 55 |
| Binary | 1011 | 1100000 | 11011011 | 1011111 | 111000 | 0 | 1110 | 11010111 | 1011010 | 101101 |
Color Harmonies of #0B60DB
Complementary color
Monochromatic Colors of #0B60DB
Black with #0B60DB
Text Example
Text Example
White with #0B60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B60DB; }
p { color: rgb(11,96,219); }
H1.HeaderClassName
{
color: #0B60DB;
}
.AnyTagClassName
{
color: #0B60DB;
}
</style>
background-color css
<style>
a { background-color: #0B60DB; }
a { background-color: rgb(11,96,219); }
div.DivClassName
{
background-color: #0B60DB;
}
.BgClassName
{
background-color: #0B60DB;
}
</style>
border-color css
<style>
span { border-color: #0B60DB; }
span { border-color: rgb(11,96,219); }
td.TdClassName
{
border-color: #0B60DB;
}
.TagClassName
{
border-color: #0B60DB;
}
</style>