Shades of Denim #0965BC
Tints of Denim #0965BC
RGB
CMYK
RGB Variations
Color information
#0965BC (or 0x0965BC) is known color: Denim. HEX triplet: 09, 65 and BC. RGB value is (9,101,188). Sum of RGB (Red+Green+Blue) = 9+101+188=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #0965BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0965BC is #F69A43. Grayscale: #525252. Windows color (decimal): -16161348 or 12346633. OLE color: 12346633.
HSL color Cylindrical-coordinate representation of color #0965BC: hue angle of 209.16º 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 #0965BC is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 101 | 188 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.26 |
| HSL | 209.16º | 0.91% | 0.39% | - |
| HSV(B) | 209.16º | 0.95% | 0.74% | - |
| XYZ | 13.84 | 13 | 49.36 | - |
| YUV | 83.41 | 187.02 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 188 | 0.95 | 0.46 | 0 | 0.26 | 209.16 | 0.91 | 0.39 |
| Hex | 9 | 65 | BC | 5F | 2E | 0 | 1A | D1 | 5B | 27 |
| Octal | 11 | 145 | 274 | 137 | 56 | 0 | 32 | 321 | 133 | 47 |
| Binary | 1001 | 1100101 | 10111100 | 1011111 | 101110 | 0 | 11010 | 11010001 | 1011011 | 100111 |
Color Harmonies of #0965BC
Complementary color
Monochromatic Colors of #0965BC
Black with #0965BC
Text Example
Text Example
White with #0965BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965BC; }
p { color: rgb(9,101,188); }
H1.HeaderClassName
{
color: #0965BC;
}
.AnyTagClassName
{
color: #0965BC;
}
</style>
background-color css
<style>
a { background-color: #0965BC; }
a { background-color: rgb(9,101,188); }
div.DivClassName
{
background-color: #0965BC;
}
.BgClassName
{
background-color: #0965BC;
}
</style>
border-color css
<style>
span { border-color: #0965BC; }
span { border-color: rgb(9,101,188); }
td.TdClassName
{
border-color: #0965BC;
}
.TagClassName
{
border-color: #0965BC;
}
</style>