Shades of Navy Blue #0952EA
Tints of Navy Blue #0952EA
RGB
CMYK
RGB Variations
Color information
#0952EA (or 0x0952EA) is known color: Navy Blue. HEX triplet: 09, 52 and EA. RGB value is (9,82,234). Sum of RGB (Red+Green+Blue) = 9+82+234=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #0952EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0952EA is #F6AD15. Grayscale: #4C4C4C. Windows color (decimal): -16166166 or 15356425. OLE color: 15356425.
HSL color Cylindrical-coordinate representation of color #0952EA: hue angle of 220.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952EA is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 82 | 234 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.08 |
| HSL | 220.53º | 0.93% | 0.48% | - |
| HSV(B) | 220.53º | 0.96% | 0.92% | - |
| XYZ | 17.98 | 12.03 | 79.22 | - |
| YUV | 77.5 | 216.32 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 234 | 0.96 | 0.65 | 0 | 0.08 | 220.53 | 0.93 | 0.48 |
| Hex | 9 | 52 | EA | 60 | 41 | 0 | 8 | DD | 5D | 30 |
| Octal | 11 | 122 | 352 | 140 | 101 | 0 | 10 | 335 | 135 | 60 |
| Binary | 1001 | 1010010 | 11101010 | 1100000 | 1000001 | 0 | 1000 | 11011101 | 1011101 | 110000 |
Color Harmonies of #0952EA
Complementary color
Monochromatic Colors of #0952EA
Black with #0952EA
Text Example
Text Example
White with #0952EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952EA; }
p { color: rgb(9,82,234); }
H1.HeaderClassName
{
color: #0952EA;
}
.AnyTagClassName
{
color: #0952EA;
}
</style>
background-color css
<style>
a { background-color: #0952EA; }
a { background-color: rgb(9,82,234); }
div.DivClassName
{
background-color: #0952EA;
}
.BgClassName
{
background-color: #0952EA;
}
</style>
border-color css
<style>
span { border-color: #0952EA; }
span { border-color: rgb(9,82,234); }
td.TdClassName
{
border-color: #0952EA;
}
.TagClassName
{
border-color: #0952EA;
}
</style>