Shades of Navy Blue #0962ED
Tints of Navy Blue #0962ED
RGB
CMYK
RGB Variations
Color information
#0962ED (or 0x0962ED) is known color: Navy Blue. HEX triplet: 09, 62 and ED. RGB value is (9,98,237). Sum of RGB (Red+Green+Blue) = 9+98+237=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #0962ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0962ED is #F69D12. Grayscale: #565656. Windows color (decimal): -16162067 or 15557129. OLE color: 15557129.
HSL color Cylindrical-coordinate representation of color #0962ED: hue angle of 216.58º 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 #0962ED is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 98 | 237 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.07 |
| HSL | 216.58º | 0.93% | 0.48% | - |
| HSV(B) | 216.58º | 0.96% | 0.93% | - |
| XYZ | 19.77 | 14.91 | 81.96 | - |
| YUV | 87.24 | 212.51 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 237 | 0.96 | 0.59 | 0 | 0.07 | 216.58 | 0.93 | 0.48 |
| Hex | 9 | 62 | ED | 60 | 3B | 0 | 7 | D9 | 5D | 30 |
| Octal | 11 | 142 | 355 | 140 | 73 | 0 | 7 | 331 | 135 | 60 |
| Binary | 1001 | 1100010 | 11101101 | 1100000 | 111011 | 0 | 111 | 11011001 | 1011101 | 110000 |
Color Harmonies of #0962ED
Complementary color
Monochromatic Colors of #0962ED
Black with #0962ED
Text Example
Text Example
White with #0962ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0962ED; }
p { color: rgb(9,98,237); }
H1.HeaderClassName
{
color: #0962ED;
}
.AnyTagClassName
{
color: #0962ED;
}
</style>
background-color css
<style>
a { background-color: #0962ED; }
a { background-color: rgb(9,98,237); }
div.DivClassName
{
background-color: #0962ED;
}
.BgClassName
{
background-color: #0962ED;
}
</style>
border-color css
<style>
span { border-color: #0962ED; }
span { border-color: rgb(9,98,237); }
td.TdClassName
{
border-color: #0962ED;
}
.TagClassName
{
border-color: #0962ED;
}
</style>