Shades of Navy Blue #0962E2
Tints of Navy Blue #0962E2
RGB
CMYK
RGB Variations
Color information
#0962E2 (or 0x0962E2) is known color: Navy Blue. HEX triplet: 09, 62 and E2. RGB value is (9,98,226). Sum of RGB (Red+Green+Blue) = 9+98+226=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 226 (88.67% from 255 or 67.87% from 333); Max value from RGB is 226 - color contains mainly: blue. Hex color #0962E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962E2 is #F69D1D. Grayscale: #555555. Windows color (decimal): -16162078 or 14836233. OLE color: 14836233.
HSL color Cylindrical-coordinate representation of color #0962E2: hue angle of 215.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0962E2 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 98 | 226 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.11 |
| HSL | 215.39º | 0.92% | 0.46% | - |
| HSV(B) | 215.39º | 0.96% | 0.89% | - |
| XYZ | 18.21 | 14.28 | 73.75 | - |
| YUV | 85.98 | 207.01 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 226 | 0.96 | 0.57 | 0 | 0.11 | 215.39 | 0.92 | 0.46 |
| Hex | 9 | 62 | E2 | 60 | 39 | 0 | B | D7 | 5C | 2E |
| Octal | 11 | 142 | 342 | 140 | 71 | 0 | 13 | 327 | 134 | 56 |
| Binary | 1001 | 1100010 | 11100010 | 1100000 | 111001 | 0 | 1011 | 11010111 | 1011100 | 101110 |
Color Harmonies of #0962E2
Complementary color
Monochromatic Colors of #0962E2
Black with #0962E2
Text Example
Text Example
White with #0962E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0962E2; }
p { color: rgb(9,98,226); }
H1.HeaderClassName
{
color: #0962E2;
}
.AnyTagClassName
{
color: #0962E2;
}
</style>
background-color css
<style>
a { background-color: #0962E2; }
a { background-color: rgb(9,98,226); }
div.DivClassName
{
background-color: #0962E2;
}
.BgClassName
{
background-color: #0962E2;
}
</style>
border-color css
<style>
span { border-color: #0962E2; }
span { border-color: rgb(9,98,226); }
td.TdClassName
{
border-color: #0962E2;
}
.TagClassName
{
border-color: #0962E2;
}
</style>