Shades of Denim #0968B0
Tints of Denim #0968B0
RGB
CMYK
RGB Variations
Color information
#0968B0 (or 0x0968B0) is known color: Denim. HEX triplet: 09, 68 and B0. RGB value is (9,104,176). Sum of RGB (Red+Green+Blue) = 9+104+176=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #0968B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0968B0 is #F6974F. Grayscale: #535353. Windows color (decimal): -16160592 or 11560969. OLE color: 11560969.
HSL color Cylindrical-coordinate representation of color #0968B0: hue angle of 205.87º 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 #0968B0 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 104 | 176 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.31 |
| HSL | 205.87º | 0.9% | 0.36% | - |
| HSV(B) | 205.87º | 0.95% | 0.69% | - |
| XYZ | 12.9 | 13.09 | 42.92 | - |
| YUV | 83.8 | 180.03 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 176 | 0.95 | 0.41 | 0 | 0.31 | 205.87 | 0.9 | 0.36 |
| Hex | 9 | 68 | B0 | 5F | 29 | 0 | 1F | CE | 5A | 24 |
| Octal | 11 | 150 | 260 | 137 | 51 | 0 | 37 | 316 | 132 | 44 |
| Binary | 1001 | 1101000 | 10110000 | 1011111 | 101001 | 0 | 11111 | 11001110 | 1011010 | 100100 |
Color Harmonies of #0968B0
Complementary color
Monochromatic Colors of #0968B0
Black with #0968B0
Text Example
Text Example
White with #0968B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0968B0; }
p { color: rgb(9,104,176); }
H1.HeaderClassName
{
color: #0968B0;
}
.AnyTagClassName
{
color: #0968B0;
}
</style>
background-color css
<style>
a { background-color: #0968B0; }
a { background-color: rgb(9,104,176); }
div.DivClassName
{
background-color: #0968B0;
}
.BgClassName
{
background-color: #0968B0;
}
</style>
border-color css
<style>
span { border-color: #0968B0; }
span { border-color: rgb(9,104,176); }
td.TdClassName
{
border-color: #0968B0;
}
.TagClassName
{
border-color: #0968B0;
}
</style>