Shades of Navy Blue #0952DD
Tints of Navy Blue #0952DD
RGB
CMYK
RGB Variations
Color information
#0952DD (or 0x0952DD) is known color: Navy Blue. HEX triplet: 09, 52 and DD. RGB value is (9,82,221). Sum of RGB (Red+Green+Blue) = 9+82+221=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #0952DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952DD is #F6AD22. Grayscale: #4B4B4B. Windows color (decimal): -16166179 or 14504457. OLE color: 14504457.
HSL color Cylindrical-coordinate representation of color #0952DD: hue angle of 219.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952DD is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 82 | 221 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.13 |
| HSL | 219.34º | 0.92% | 0.45% | - |
| HSV(B) | 219.34º | 0.96% | 0.87% | - |
| XYZ | 16.18 | 11.31 | 69.74 | - |
| YUV | 76.02 | 209.82 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 221 | 0.96 | 0.63 | 0 | 0.13 | 219.34 | 0.92 | 0.45 |
| Hex | 9 | 52 | DD | 60 | 3F | 0 | D | DB | 5C | 2D |
| Octal | 11 | 122 | 335 | 140 | 77 | 0 | 15 | 333 | 134 | 55 |
| Binary | 1001 | 1010010 | 11011101 | 1100000 | 111111 | 0 | 1101 | 11011011 | 1011100 | 101101 |
Color Harmonies of #0952DD
Complementary color
Monochromatic Colors of #0952DD
Black with #0952DD
Text Example
Text Example
White with #0952DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952DD; }
p { color: rgb(9,82,221); }
H1.HeaderClassName
{
color: #0952DD;
}
.AnyTagClassName
{
color: #0952DD;
}
</style>
background-color css
<style>
a { background-color: #0952DD; }
a { background-color: rgb(9,82,221); }
div.DivClassName
{
background-color: #0952DD;
}
.BgClassName
{
background-color: #0952DD;
}
</style>
border-color css
<style>
span { border-color: #0952DD; }
span { border-color: rgb(9,82,221); }
td.TdClassName
{
border-color: #0952DD;
}
.TagClassName
{
border-color: #0952DD;
}
</style>