Shades of Navy Blue #0962EF
Tints of Navy Blue #0962EF
RGB
CMYK
RGB Variations
Color information
#0962EF (or 0x0962EF) is known color: Navy Blue. HEX triplet: 09, 62 and EF. RGB value is (9,98,239). Sum of RGB (Red+Green+Blue) = 9+98+239=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #0962EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0962EF is #F69D10. Grayscale: #565656. Windows color (decimal): -16162065 or 15688201. OLE color: 15688201.
HSL color Cylindrical-coordinate representation of color #0962EF: hue angle of 216.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0962EF is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 98 | 239 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.06 |
| HSL | 216.78º | 0.93% | 0.49% | - |
| HSV(B) | 216.78º | 0.96% | 0.94% | - |
| XYZ | 20.06 | 15.03 | 83.5 | - |
| YUV | 87.46 | 213.51 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 239 | 0.96 | 0.59 | 0 | 0.06 | 216.78 | 0.93 | 0.49 |
| Hex | 9 | 62 | EF | 60 | 3B | 0 | 6 | D9 | 5D | 31 |
| Octal | 11 | 142 | 357 | 140 | 73 | 0 | 6 | 331 | 135 | 61 |
| Binary | 1001 | 1100010 | 11101111 | 1100000 | 111011 | 0 | 110 | 11011001 | 1011101 | 110001 |
Color Harmonies of #0962EF
Complementary color
Monochromatic Colors of #0962EF
Black with #0962EF
Text Example
Text Example
White with #0962EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0962EF; }
p { color: rgb(9,98,239); }
H1.HeaderClassName
{
color: #0962EF;
}
.AnyTagClassName
{
color: #0962EF;
}
</style>
background-color css
<style>
a { background-color: #0962EF; }
a { background-color: rgb(9,98,239); }
div.DivClassName
{
background-color: #0962EF;
}
.BgClassName
{
background-color: #0962EF;
}
</style>
border-color css
<style>
span { border-color: #0962EF; }
span { border-color: rgb(9,98,239); }
td.TdClassName
{
border-color: #0962EF;
}
.TagClassName
{
border-color: #0962EF;
}
</style>