Shades of Navy Blue #0B52DB
Tints of Navy Blue #0B52DB
RGB
CMYK
RGB Variations
Color information
#0B52DB (or 0x0B52DB) is known color: Navy Blue. HEX triplet: 0B, 52 and DB. RGB value is (11,82,219). Sum of RGB (Red+Green+Blue) = 11+82+219=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B52DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B52DB is #F4AD24. Grayscale: #4B4B4B. Windows color (decimal): -16035109 or 14373387. OLE color: 14373387.
HSL color Cylindrical-coordinate representation of color #0B52DB: hue angle of 219.52º 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 #0B52DB is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 82 | 219 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.14 |
| HSL | 219.52º | 0.9% | 0.45% | - |
| HSV(B) | 219.52º | 0.95% | 0.86% | - |
| XYZ | 15.94 | 11.22 | 68.34 | - |
| YUV | 76.39 | 208.48 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 219 | 0.95 | 0.63 | 0 | 0.14 | 219.52 | 0.9 | 0.45 |
| Hex | B | 52 | DB | 5F | 3F | 0 | E | DC | 5A | 2D |
| Octal | 13 | 122 | 333 | 137 | 77 | 0 | 16 | 334 | 132 | 55 |
| Binary | 1011 | 1010010 | 11011011 | 1011111 | 111111 | 0 | 1110 | 11011100 | 1011010 | 101101 |
Color Harmonies of #0B52DB
Complementary color
Monochromatic Colors of #0B52DB
Black with #0B52DB
Text Example
Text Example
White with #0B52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B52DB; }
p { color: rgb(11,82,219); }
H1.HeaderClassName
{
color: #0B52DB;
}
.AnyTagClassName
{
color: #0B52DB;
}
</style>
background-color css
<style>
a { background-color: #0B52DB; }
a { background-color: rgb(11,82,219); }
div.DivClassName
{
background-color: #0B52DB;
}
.BgClassName
{
background-color: #0B52DB;
}
</style>
border-color css
<style>
span { border-color: #0B52DB; }
span { border-color: rgb(11,82,219); }
td.TdClassName
{
border-color: #0B52DB;
}
.TagClassName
{
border-color: #0B52DB;
}
</style>