Shades of Denim #0960BB
Tints of Denim #0960BB
RGB
CMYK
RGB Variations
Color information
#0960BB (or 0x0960BB) is known color: Denim. HEX triplet: 09, 60 and BB. RGB value is (9,96,187). Sum of RGB (Red+Green+Blue) = 9+96+187=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #0960BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960BB is #F69F44. Grayscale: #4F4F4F. Windows color (decimal): -16162629 or 12279817. OLE color: 12279817.
HSL color Cylindrical-coordinate representation of color #0960BB: hue angle of 210.67º 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 #0960BB is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 96 | 187 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.27 |
| HSL | 210.67º | 0.91% | 0.38% | - |
| HSV(B) | 210.67º | 0.95% | 0.73% | - |
| XYZ | 13.27 | 12.01 | 48.63 | - |
| YUV | 80.36 | 188.18 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 187 | 0.95 | 0.49 | 0 | 0.27 | 210.67 | 0.91 | 0.38 |
| Hex | 9 | 60 | BB | 5F | 31 | 0 | 1B | D3 | 5B | 26 |
| Octal | 11 | 140 | 273 | 137 | 61 | 0 | 33 | 323 | 133 | 46 |
| Binary | 1001 | 1100000 | 10111011 | 1011111 | 110001 | 0 | 11011 | 11010011 | 1011011 | 100110 |
Color Harmonies of #0960BB
Complementary color
Monochromatic Colors of #0960BB
Black with #0960BB
Text Example
Text Example
White with #0960BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960BB; }
p { color: rgb(9,96,187); }
H1.HeaderClassName
{
color: #0960BB;
}
.AnyTagClassName
{
color: #0960BB;
}
</style>
background-color css
<style>
a { background-color: #0960BB; }
a { background-color: rgb(9,96,187); }
div.DivClassName
{
background-color: #0960BB;
}
.BgClassName
{
background-color: #0960BB;
}
</style>
border-color css
<style>
span { border-color: #0960BB; }
span { border-color: rgb(9,96,187); }
td.TdClassName
{
border-color: #0960BB;
}
.TagClassName
{
border-color: #0960BB;
}
</style>