Shades of Denim #0961BB
Tints of Denim #0961BB
RGB
CMYK
RGB Variations
Color information
#0961BB (or 0x0961BB) is known color: Denim. HEX triplet: 09, 61 and BB. RGB value is (9,97,187). Sum of RGB (Red+Green+Blue) = 9+97+187=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #0961BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961BB is #F69E44. Grayscale: #505050. Windows color (decimal): -16162373 or 12280073. OLE color: 12280073.
HSL color Cylindrical-coordinate representation of color #0961BB: hue angle of 210.34º 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 #0961BB is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 97 | 187 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.27 |
| HSL | 210.34º | 0.91% | 0.38% | - |
| HSV(B) | 210.34º | 0.95% | 0.73% | - |
| XYZ | 13.36 | 12.2 | 48.66 | - |
| YUV | 80.95 | 187.85 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 187 | 0.95 | 0.48 | 0 | 0.27 | 210.34 | 0.91 | 0.38 |
| Hex | 9 | 61 | BB | 5F | 30 | 0 | 1B | D2 | 5B | 26 |
| Octal | 11 | 141 | 273 | 137 | 60 | 0 | 33 | 322 | 133 | 46 |
| Binary | 1001 | 1100001 | 10111011 | 1011111 | 110000 | 0 | 11011 | 11010010 | 1011011 | 100110 |
Color Harmonies of #0961BB
Complementary color
Monochromatic Colors of #0961BB
Black with #0961BB
Text Example
Text Example
White with #0961BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0961BB; }
p { color: rgb(9,97,187); }
H1.HeaderClassName
{
color: #0961BB;
}
.AnyTagClassName
{
color: #0961BB;
}
</style>
background-color css
<style>
a { background-color: #0961BB; }
a { background-color: rgb(9,97,187); }
div.DivClassName
{
background-color: #0961BB;
}
.BgClassName
{
background-color: #0961BB;
}
</style>
border-color css
<style>
span { border-color: #0961BB; }
span { border-color: rgb(9,97,187); }
td.TdClassName
{
border-color: #0961BB;
}
.TagClassName
{
border-color: #0961BB;
}
</style>