Shades of Denim #0964BC
Tints of Denim #0964BC
RGB
CMYK
RGB Variations
Color information
#0964BC (or 0x0964BC) is known color: Denim. HEX triplet: 09, 64 and BC. RGB value is (9,100,188). Sum of RGB (Red+Green+Blue) = 9+100+188=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #0964BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0964BC is #F69B43. Grayscale: #525252. Windows color (decimal): -16161604 or 12346377. OLE color: 12346377.
HSL color Cylindrical-coordinate representation of color #0964BC: hue angle of 209.5º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0964BC is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 100 | 188 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.26 |
| HSL | 209.5º | 0.91% | 0.39% | - |
| HSV(B) | 209.5º | 0.95% | 0.74% | - |
| XYZ | 13.75 | 12.8 | 49.32 | - |
| YUV | 82.82 | 187.35 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 188 | 0.95 | 0.47 | 0 | 0.26 | 209.5 | 0.91 | 0.39 |
| Hex | 9 | 64 | BC | 5F | 2F | 0 | 1A | D1 | 5B | 27 |
| Octal | 11 | 144 | 274 | 137 | 57 | 0 | 32 | 321 | 133 | 47 |
| Binary | 1001 | 1100100 | 10111100 | 1011111 | 101111 | 0 | 11010 | 11010001 | 1011011 | 100111 |
Color Harmonies of #0964BC
Complementary color
Monochromatic Colors of #0964BC
Black with #0964BC
Text Example
Text Example
White with #0964BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0964BC; }
p { color: rgb(9,100,188); }
H1.HeaderClassName
{
color: #0964BC;
}
.AnyTagClassName
{
color: #0964BC;
}
</style>
background-color css
<style>
a { background-color: #0964BC; }
a { background-color: rgb(9,100,188); }
div.DivClassName
{
background-color: #0964BC;
}
.BgClassName
{
background-color: #0964BC;
}
</style>
border-color css
<style>
span { border-color: #0964BC; }
span { border-color: rgb(9,100,188); }
td.TdClassName
{
border-color: #0964BC;
}
.TagClassName
{
border-color: #0964BC;
}
</style>