Shades of Denim #0966AC
Tints of Denim #0966AC
RGB
CMYK
RGB Variations
Color information
#0966AC (or 0x0966AC) is known color: Denim. HEX triplet: 09, 66 and AC. RGB value is (9,102,172). Sum of RGB (Red+Green+Blue) = 9+102+172=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #0966AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0966AC is #F69953. Grayscale: #515151. Windows color (decimal): -16161108 or 11298313. OLE color: 11298313.
HSL color Cylindrical-coordinate representation of color #0966AC: hue angle of 205.77º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0966AC is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 102 | 172 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.33 |
| HSL | 205.77º | 0.9% | 0.35% | - |
| HSV(B) | 205.77º | 0.95% | 0.67% | - |
| XYZ | 12.31 | 12.54 | 40.8 | - |
| YUV | 82.17 | 178.69 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 172 | 0.95 | 0.41 | 0 | 0.33 | 205.77 | 0.9 | 0.35 |
| Hex | 9 | 66 | AC | 5F | 29 | 0 | 21 | CE | 5A | 23 |
| Octal | 11 | 146 | 254 | 137 | 51 | 0 | 41 | 316 | 132 | 43 |
| Binary | 1001 | 1100110 | 10101100 | 1011111 | 101001 | 0 | 100001 | 11001110 | 1011010 | 100011 |
Color Harmonies of #0966AC
Complementary color
Monochromatic Colors of #0966AC
Black with #0966AC
Text Example
Text Example
White with #0966AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0966AC; }
p { color: rgb(9,102,172); }
H1.HeaderClassName
{
color: #0966AC;
}
.AnyTagClassName
{
color: #0966AC;
}
</style>
background-color css
<style>
a { background-color: #0966AC; }
a { background-color: rgb(9,102,172); }
div.DivClassName
{
background-color: #0966AC;
}
.BgClassName
{
background-color: #0966AC;
}
</style>
border-color css
<style>
span { border-color: #0966AC; }
span { border-color: rgb(9,102,172); }
td.TdClassName
{
border-color: #0966AC;
}
.TagClassName
{
border-color: #0966AC;
}
</style>