Shades of Navy Blue #0962CE
Tints of Navy Blue #0962CE
RGB
CMYK
RGB Variations
Color information
#0962CE (or 0x0962CE) is known color: Navy Blue. HEX triplet: 09, 62 and CE. RGB value is (9,98,206). Sum of RGB (Red+Green+Blue) = 9+98+206=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #0962CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962CE is #F69D31. Grayscale: #535353. Windows color (decimal): -16162098 or 13525513. OLE color: 13525513.
HSL color Cylindrical-coordinate representation of color #0962CE: hue angle of 212.89º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0962CE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 98 | 206 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.19 |
| HSL | 212.89º | 0.92% | 0.42% | - |
| HSV(B) | 212.89º | 0.96% | 0.81% | - |
| XYZ | 15.62 | 13.25 | 60.13 | - |
| YUV | 83.7 | 197.01 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 206 | 0.96 | 0.52 | 0 | 0.19 | 212.89 | 0.92 | 0.42 |
| Hex | 9 | 62 | CE | 60 | 34 | 0 | 13 | D5 | 5C | 2A |
| Octal | 11 | 142 | 316 | 140 | 64 | 0 | 23 | 325 | 134 | 52 |
| Binary | 1001 | 1100010 | 11001110 | 1100000 | 110100 | 0 | 10011 | 11010101 | 1011100 | 101010 |
Color Harmonies of #0962CE
Complementary color
Monochromatic Colors of #0962CE
Black with #0962CE
Text Example
Text Example
White with #0962CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0962CE; }
p { color: rgb(9,98,206); }
H1.HeaderClassName
{
color: #0962CE;
}
.AnyTagClassName
{
color: #0962CE;
}
</style>
background-color css
<style>
a { background-color: #0962CE; }
a { background-color: rgb(9,98,206); }
div.DivClassName
{
background-color: #0962CE;
}
.BgClassName
{
background-color: #0962CE;
}
</style>
border-color css
<style>
span { border-color: #0962CE; }
span { border-color: rgb(9,98,206); }
td.TdClassName
{
border-color: #0962CE;
}
.TagClassName
{
border-color: #0962CE;
}
</style>