Shades of Denim #0965B7
Tints of Denim #0965B7
RGB
CMYK
RGB Variations
Color information
#0965B7 (or 0x0965B7) is known color: Denim. HEX triplet: 09, 65 and B7. RGB value is (9,101,183). Sum of RGB (Red+Green+Blue) = 9+101+183=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #0965B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0965B7 is #F69A48. Grayscale: #525252. Windows color (decimal): -16161353 or 12018953. OLE color: 12018953.
HSL color Cylindrical-coordinate representation of color #0965B7: hue angle of 208.28º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0965B7 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 101 | 183 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.28 |
| HSL | 208.28º | 0.91% | 0.38% | - |
| HSV(B) | 208.28º | 0.95% | 0.72% | - |
| XYZ | 13.31 | 12.78 | 46.57 | - |
| YUV | 82.84 | 184.52 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 183 | 0.95 | 0.45 | 0 | 0.28 | 208.28 | 0.91 | 0.38 |
| Hex | 9 | 65 | B7 | 5F | 2D | 0 | 1C | D0 | 5B | 26 |
| Octal | 11 | 145 | 267 | 137 | 55 | 0 | 34 | 320 | 133 | 46 |
| Binary | 1001 | 1100101 | 10110111 | 1011111 | 101101 | 0 | 11100 | 11010000 | 1011011 | 100110 |
Color Harmonies of #0965B7
Complementary color
Monochromatic Colors of #0965B7
Black with #0965B7
Text Example
Text Example
White with #0965B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965B7; }
p { color: rgb(9,101,183); }
H1.HeaderClassName
{
color: #0965B7;
}
.AnyTagClassName
{
color: #0965B7;
}
</style>
background-color css
<style>
a { background-color: #0965B7; }
a { background-color: rgb(9,101,183); }
div.DivClassName
{
background-color: #0965B7;
}
.BgClassName
{
background-color: #0965B7;
}
</style>
border-color css
<style>
span { border-color: #0965B7; }
span { border-color: rgb(9,101,183); }
td.TdClassName
{
border-color: #0965B7;
}
.TagClassName
{
border-color: #0965B7;
}
</style>