Shades of Navy Blue #0966DF
Tints of Navy Blue #0966DF
RGB
CMYK
RGB Variations
Color information
#0966DF (or 0x0966DF) is known color: Navy Blue. HEX triplet: 09, 66 and DF. RGB value is (9,102,223). Sum of RGB (Red+Green+Blue) = 9+102+223=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #0966DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966DF is #F69920. Grayscale: #575757. Windows color (decimal): -16161057 or 14640649. OLE color: 14640649.
HSL color Cylindrical-coordinate representation of color #0966DF: hue angle of 213.93º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0966DF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 102 | 223 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.13 |
| HSL | 213.93º | 0.92% | 0.45% | - |
| HSV(B) | 213.93º | 0.96% | 0.87% | - |
| XYZ | 18.18 | 14.89 | 71.73 | - |
| YUV | 87.99 | 204.19 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 223 | 0.96 | 0.54 | 0 | 0.13 | 213.93 | 0.92 | 0.45 |
| Hex | 9 | 66 | DF | 60 | 36 | 0 | D | D6 | 5C | 2D |
| Octal | 11 | 146 | 337 | 140 | 66 | 0 | 15 | 326 | 134 | 55 |
| Binary | 1001 | 1100110 | 11011111 | 1100000 | 110110 | 0 | 1101 | 11010110 | 1011100 | 101101 |
Color Harmonies of #0966DF
Complementary color
Monochromatic Colors of #0966DF
Black with #0966DF
Text Example
Text Example
White with #0966DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0966DF; }
p { color: rgb(9,102,223); }
H1.HeaderClassName
{
color: #0966DF;
}
.AnyTagClassName
{
color: #0966DF;
}
</style>
background-color css
<style>
a { background-color: #0966DF; }
a { background-color: rgb(9,102,223); }
div.DivClassName
{
background-color: #0966DF;
}
.BgClassName
{
background-color: #0966DF;
}
</style>
border-color css
<style>
span { border-color: #0966DF; }
span { border-color: rgb(9,102,223); }
td.TdClassName
{
border-color: #0966DF;
}
.TagClassName
{
border-color: #0966DF;
}
</style>