Shades of Navy Blue #0952DB
Tints of Navy Blue #0952DB
RGB
CMYK
RGB Variations
Color information
#0952DB (or 0x0952DB) is known color: Navy Blue. HEX triplet: 09, 52 and DB. RGB value is (9,82,219). Sum of RGB (Red+Green+Blue) = 9+82+219=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #0952DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952DB is #F6AD24. Grayscale: #4B4B4B. Windows color (decimal): -16166181 or 14373385. OLE color: 14373385.
HSL color Cylindrical-coordinate representation of color #0952DB: hue angle of 219.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952DB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 82 | 219 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.14 |
| HSL | 219.14º | 0.92% | 0.45% | - |
| HSV(B) | 219.14º | 0.96% | 0.86% | - |
| XYZ | 15.92 | 11.21 | 68.34 | - |
| YUV | 75.79 | 208.82 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 219 | 0.96 | 0.63 | 0 | 0.14 | 219.14 | 0.92 | 0.45 |
| Hex | 9 | 52 | DB | 60 | 3F | 0 | E | DB | 5C | 2D |
| Octal | 11 | 122 | 333 | 140 | 77 | 0 | 16 | 333 | 134 | 55 |
| Binary | 1001 | 1010010 | 11011011 | 1100000 | 111111 | 0 | 1110 | 11011011 | 1011100 | 101101 |
Color Harmonies of #0952DB
Complementary color
Monochromatic Colors of #0952DB
Black with #0952DB
Text Example
Text Example
White with #0952DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952DB; }
p { color: rgb(9,82,219); }
H1.HeaderClassName
{
color: #0952DB;
}
.AnyTagClassName
{
color: #0952DB;
}
</style>
background-color css
<style>
a { background-color: #0952DB; }
a { background-color: rgb(9,82,219); }
div.DivClassName
{
background-color: #0952DB;
}
.BgClassName
{
background-color: #0952DB;
}
</style>
border-color css
<style>
span { border-color: #0952DB; }
span { border-color: rgb(9,82,219); }
td.TdClassName
{
border-color: #0952DB;
}
.TagClassName
{
border-color: #0952DB;
}
</style>