Shades of Navy Blue #0952EC
Tints of Navy Blue #0952EC
RGB
CMYK
RGB Variations
Color information
#0952EC (or 0x0952EC) is known color: Navy Blue. HEX triplet: 09, 52 and EC. RGB value is (9,82,236). Sum of RGB (Red+Green+Blue) = 9+82+236=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #0952EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0952EC is #F6AD13. Grayscale: #4D4D4D. Windows color (decimal): -16166164 or 15487497. OLE color: 15487497.
HSL color Cylindrical-coordinate representation of color #0952EC: hue angle of 220.7º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952EC is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 82 | 236 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.07 |
| HSL | 220.7º | 0.93% | 0.48% | - |
| HSV(B) | 220.7º | 0.96% | 0.93% | - |
| XYZ | 18.27 | 12.15 | 80.74 | - |
| YUV | 77.73 | 217.32 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 236 | 0.96 | 0.65 | 0 | 0.07 | 220.7 | 0.93 | 0.48 |
| Hex | 9 | 52 | EC | 60 | 41 | 0 | 7 | DD | 5D | 30 |
| Octal | 11 | 122 | 354 | 140 | 101 | 0 | 7 | 335 | 135 | 60 |
| Binary | 1001 | 1010010 | 11101100 | 1100000 | 1000001 | 0 | 111 | 11011101 | 1011101 | 110000 |
Color Harmonies of #0952EC
Complementary color
Monochromatic Colors of #0952EC
Black with #0952EC
Text Example
Text Example
White with #0952EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952EC; }
p { color: rgb(9,82,236); }
H1.HeaderClassName
{
color: #0952EC;
}
.AnyTagClassName
{
color: #0952EC;
}
</style>
background-color css
<style>
a { background-color: #0952EC; }
a { background-color: rgb(9,82,236); }
div.DivClassName
{
background-color: #0952EC;
}
.BgClassName
{
background-color: #0952EC;
}
</style>
border-color css
<style>
span { border-color: #0952EC; }
span { border-color: rgb(9,82,236); }
td.TdClassName
{
border-color: #0952EC;
}
.TagClassName
{
border-color: #0952EC;
}
</style>