Shades of Navy Blue #0952EE
Tints of Navy Blue #0952EE
RGB
CMYK
RGB Variations
Color information
#0952EE (or 0x0952EE) is known color: Navy Blue. HEX triplet: 09, 52 and EE. RGB value is (9,82,238). Sum of RGB (Red+Green+Blue) = 9+82+238=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #0952EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0952EE is #F6AD11. Grayscale: #4D4D4D. Windows color (decimal): -16166162 or 15618569. OLE color: 15618569.
HSL color Cylindrical-coordinate representation of color #0952EE: hue angle of 220.87º 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 #0952EE is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 82 | 238 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.07 |
| HSL | 220.87º | 0.93% | 0.48% | - |
| HSV(B) | 220.87º | 0.96% | 0.93% | - |
| XYZ | 18.56 | 12.27 | 82.28 | - |
| YUV | 77.96 | 218.32 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 238 | 0.96 | 0.66 | 0 | 0.07 | 220.87 | 0.93 | 0.48 |
| Hex | 9 | 52 | EE | 60 | 42 | 0 | 7 | DD | 5D | 30 |
| Octal | 11 | 122 | 356 | 140 | 102 | 0 | 7 | 335 | 135 | 60 |
| Binary | 1001 | 1010010 | 11101110 | 1100000 | 1000010 | 0 | 111 | 11011101 | 1011101 | 110000 |
Color Harmonies of #0952EE
Complementary color
Monochromatic Colors of #0952EE
Black with #0952EE
Text Example
Text Example
White with #0952EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952EE; }
p { color: rgb(9,82,238); }
H1.HeaderClassName
{
color: #0952EE;
}
.AnyTagClassName
{
color: #0952EE;
}
</style>
background-color css
<style>
a { background-color: #0952EE; }
a { background-color: rgb(9,82,238); }
div.DivClassName
{
background-color: #0952EE;
}
.BgClassName
{
background-color: #0952EE;
}
</style>
border-color css
<style>
span { border-color: #0952EE; }
span { border-color: rgb(9,82,238); }
td.TdClassName
{
border-color: #0952EE;
}
.TagClassName
{
border-color: #0952EE;
}
</style>