Shades of Denim #0966BB
Tints of Denim #0966BB
RGB
CMYK
RGB Variations
Color information
#0966BB (or 0x0966BB) is known color: Denim. HEX triplet: 09, 66 and BB. RGB value is (9,102,187). Sum of RGB (Red+Green+Blue) = 9+102+187=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #0966BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966BB is #F69944. Grayscale: #535353. Windows color (decimal): -16161093 or 12281353. OLE color: 12281353.
HSL color Cylindrical-coordinate representation of color #0966BB: hue angle of 208.65º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0966BB is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 102 | 187 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.27 |
| HSL | 208.65º | 0.91% | 0.38% | - |
| HSV(B) | 208.65º | 0.95% | 0.73% | - |
| XYZ | 13.83 | 13.15 | 48.82 | - |
| YUV | 83.88 | 186.19 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 187 | 0.95 | 0.45 | 0 | 0.27 | 208.65 | 0.91 | 0.38 |
| Hex | 9 | 66 | BB | 5F | 2D | 0 | 1B | D1 | 5B | 26 |
| Octal | 11 | 146 | 273 | 137 | 55 | 0 | 33 | 321 | 133 | 46 |
| Binary | 1001 | 1100110 | 10111011 | 1011111 | 101101 | 0 | 11011 | 11010001 | 1011011 | 100110 |
Color Harmonies of #0966BB
Complementary color
Monochromatic Colors of #0966BB
Black with #0966BB
Text Example
Text Example
White with #0966BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0966BB; }
p { color: rgb(9,102,187); }
H1.HeaderClassName
{
color: #0966BB;
}
.AnyTagClassName
{
color: #0966BB;
}
</style>
background-color css
<style>
a { background-color: #0966BB; }
a { background-color: rgb(9,102,187); }
div.DivClassName
{
background-color: #0966BB;
}
.BgClassName
{
background-color: #0966BB;
}
</style>
border-color css
<style>
span { border-color: #0966BB; }
span { border-color: rgb(9,102,187); }
td.TdClassName
{
border-color: #0966BB;
}
.TagClassName
{
border-color: #0966BB;
}
</style>