Shades of Denim #0965AC
Tints of Denim #0965AC
RGB
CMYK
RGB Variations
Color information
#0965AC (or 0x0965AC) is known color: Denim. HEX triplet: 09, 65 and AC. RGB value is (9,101,172). Sum of RGB (Red+Green+Blue) = 9+101+172=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #0965AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0965AC is #F69A53. Grayscale: #515151. Windows color (decimal): -16161364 or 11298057. OLE color: 11298057.
HSL color Cylindrical-coordinate representation of color #0965AC: hue angle of 206.13º 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 #0965AC is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 101 | 172 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.33 |
| HSL | 206.14º | 0.9% | 0.35% | - |
| HSV(B) | 206.14º | 0.95% | 0.67% | - |
| XYZ | 12.21 | 12.34 | 40.77 | - |
| YUV | 81.59 | 179.02 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 172 | 0.95 | 0.41 | 0 | 0.33 | 206.14 | 0.9 | 0.35 |
| Hex | 9 | 65 | AC | 5F | 29 | 0 | 21 | CE | 5A | 23 |
| Octal | 11 | 145 | 254 | 137 | 51 | 0 | 41 | 316 | 132 | 43 |
| Binary | 1001 | 1100101 | 10101100 | 1011111 | 101001 | 0 | 100001 | 11001110 | 1011010 | 100011 |
Color Harmonies of #0965AC
Complementary color
Monochromatic Colors of #0965AC
Black with #0965AC
Text Example
Text Example
White with #0965AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965AC; }
p { color: rgb(9,101,172); }
H1.HeaderClassName
{
color: #0965AC;
}
.AnyTagClassName
{
color: #0965AC;
}
</style>
background-color css
<style>
a { background-color: #0965AC; }
a { background-color: rgb(9,101,172); }
div.DivClassName
{
background-color: #0965AC;
}
.BgClassName
{
background-color: #0965AC;
}
</style>
border-color css
<style>
span { border-color: #0965AC; }
span { border-color: rgb(9,101,172); }
td.TdClassName
{
border-color: #0965AC;
}
.TagClassName
{
border-color: #0965AC;
}
</style>