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