Shades of Denim #0965B0
Tints of Denim #0965B0
RGB
CMYK
RGB Variations
Color information
#0965B0 (or 0x0965B0) is known color: Denim. HEX triplet: 09, 65 and B0. RGB value is (9,101,176). Sum of RGB (Red+Green+Blue) = 9+101+176=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 176 (69.14% from 255 or 61.54% from 286); Max value from RGB is 176 - color contains mainly: blue. Hex color #0965B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0965B0 is #F69A4F. Grayscale: #515151. Windows color (decimal): -16161360 or 11560201. OLE color: 11560201.
HSL color Cylindrical-coordinate representation of color #0965B0: hue angle of 206.95º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0965B0 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 101 | 176 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.31 |
| HSL | 206.95º | 0.9% | 0.36% | - |
| HSV(B) | 206.95º | 0.95% | 0.69% | - |
| XYZ | 12.6 | 12.5 | 42.82 | - |
| YUV | 82.04 | 181.02 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 176 | 0.95 | 0.43 | 0 | 0.31 | 206.95 | 0.9 | 0.36 |
| Hex | 9 | 65 | B0 | 5F | 2B | 0 | 1F | CF | 5A | 24 |
| Octal | 11 | 145 | 260 | 137 | 53 | 0 | 37 | 317 | 132 | 44 |
| Binary | 1001 | 1100101 | 10110000 | 1011111 | 101011 | 0 | 11111 | 11001111 | 1011010 | 100100 |
Color Harmonies of #0965B0
Complementary color
Monochromatic Colors of #0965B0
Black with #0965B0
Text Example
Text Example
White with #0965B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965B0; }
p { color: rgb(9,101,176); }
H1.HeaderClassName
{
color: #0965B0;
}
.AnyTagClassName
{
color: #0965B0;
}
</style>
background-color css
<style>
a { background-color: #0965B0; }
a { background-color: rgb(9,101,176); }
div.DivClassName
{
background-color: #0965B0;
}
.BgClassName
{
background-color: #0965B0;
}
</style>
border-color css
<style>
span { border-color: #0965B0; }
span { border-color: rgb(9,101,176); }
td.TdClassName
{
border-color: #0965B0;
}
.TagClassName
{
border-color: #0965B0;
}
</style>