Shades of Navy Blue #0966DB
Tints of Navy Blue #0966DB
RGB
CMYK
RGB Variations
Color information
#0966DB (or 0x0966DB) is known color: Navy Blue. HEX triplet: 09, 66 and DB. RGB value is (9,102,219). Sum of RGB (Red+Green+Blue) = 9+102+219=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #0966DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966DB is #F69924. Grayscale: #565656. Windows color (decimal): -16161061 or 14378505. OLE color: 14378505.
HSL color Cylindrical-coordinate representation of color #0966DB: hue angle of 213.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0966DB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 102 | 219 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.14 |
| HSL | 213.43º | 0.92% | 0.45% | - |
| HSV(B) | 213.43º | 0.96% | 0.86% | - |
| XYZ | 17.65 | 14.68 | 68.92 | - |
| YUV | 87.53 | 202.19 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 219 | 0.96 | 0.53 | 0 | 0.14 | 213.43 | 0.92 | 0.45 |
| Hex | 9 | 66 | DB | 60 | 35 | 0 | E | D5 | 5C | 2D |
| Octal | 11 | 146 | 333 | 140 | 65 | 0 | 16 | 325 | 134 | 55 |
| Binary | 1001 | 1100110 | 11011011 | 1100000 | 110101 | 0 | 1110 | 11010101 | 1011100 | 101101 |
Color Harmonies of #0966DB
Complementary color
Monochromatic Colors of #0966DB
Black with #0966DB
Text Example
Text Example
White with #0966DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0966DB; }
p { color: rgb(9,102,219); }
H1.HeaderClassName
{
color: #0966DB;
}
.AnyTagClassName
{
color: #0966DB;
}
</style>
background-color css
<style>
a { background-color: #0966DB; }
a { background-color: rgb(9,102,219); }
div.DivClassName
{
background-color: #0966DB;
}
.BgClassName
{
background-color: #0966DB;
}
</style>
border-color css
<style>
span { border-color: #0966DB; }
span { border-color: rgb(9,102,219); }
td.TdClassName
{
border-color: #0966DB;
}
.TagClassName
{
border-color: #0966DB;
}
</style>