Shades of Navy Blue #0966EE
Tints of Navy Blue #0966EE
RGB
CMYK
RGB Variations
Color information
#0966EE (or 0x0966EE) is known color: Navy Blue. HEX triplet: 09, 66 and EE. RGB value is (9,102,238). Sum of RGB (Red+Green+Blue) = 9+102+238=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #0966EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0966EE is #F69911. Grayscale: #595959. Windows color (decimal): -16161042 or 15623689. OLE color: 15623689.
HSL color Cylindrical-coordinate representation of color #0966EE: hue angle of 215.63º 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 #0966EE is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 102 | 238 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.07 |
| HSL | 215.63º | 0.93% | 0.48% | - |
| HSV(B) | 215.63º | 0.96% | 0.93% | - |
| XYZ | 20.3 | 15.73 | 82.86 | - |
| YUV | 89.7 | 211.69 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 238 | 0.96 | 0.57 | 0 | 0.07 | 215.63 | 0.93 | 0.48 |
| Hex | 9 | 66 | EE | 60 | 39 | 0 | 7 | D8 | 5D | 30 |
| Octal | 11 | 146 | 356 | 140 | 71 | 0 | 7 | 330 | 135 | 60 |
| Binary | 1001 | 1100110 | 11101110 | 1100000 | 111001 | 0 | 111 | 11011000 | 1011101 | 110000 |
Color Harmonies of #0966EE
Complementary color
Monochromatic Colors of #0966EE
Black with #0966EE
Text Example
Text Example
White with #0966EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0966EE; }
p { color: rgb(9,102,238); }
H1.HeaderClassName
{
color: #0966EE;
}
.AnyTagClassName
{
color: #0966EE;
}
</style>
background-color css
<style>
a { background-color: #0966EE; }
a { background-color: rgb(9,102,238); }
div.DivClassName
{
background-color: #0966EE;
}
.BgClassName
{
background-color: #0966EE;
}
</style>
border-color css
<style>
span { border-color: #0966EE; }
span { border-color: rgb(9,102,238); }
td.TdClassName
{
border-color: #0966EE;
}
.TagClassName
{
border-color: #0966EE;
}
</style>