Shades of Denim #0959B9
Tints of Denim #0959B9
RGB
CMYK
RGB Variations
Color information
#0959B9 (or 0x0959B9) is known color: Denim. HEX triplet: 09, 59 and B9. RGB value is (9,89,185). Sum of RGB (Red+Green+Blue) = 9+89+185=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #0959B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959B9 is #F6A646. Grayscale: #4B4B4B. Windows color (decimal): -16164423 or 12146953. OLE color: 12146953.
HSL color Cylindrical-coordinate representation of color #0959B9: hue angle of 212.73º 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 #0959B9 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 89 | 185 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.27 |
| HSL | 212.73º | 0.91% | 0.38% | - |
| HSV(B) | 212.73º | 0.95% | 0.73% | - |
| XYZ | 12.44 | 10.71 | 47.31 | - |
| YUV | 76.02 | 189.5 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 185 | 0.95 | 0.52 | 0 | 0.27 | 212.73 | 0.91 | 0.38 |
| Hex | 9 | 59 | B9 | 5F | 34 | 0 | 1B | D5 | 5B | 26 |
| Octal | 11 | 131 | 271 | 137 | 64 | 0 | 33 | 325 | 133 | 46 |
| Binary | 1001 | 1011001 | 10111001 | 1011111 | 110100 | 0 | 11011 | 11010101 | 1011011 | 100110 |
Color Harmonies of #0959B9
Complementary color
Monochromatic Colors of #0959B9
Black with #0959B9
Text Example
Text Example
White with #0959B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959B9; }
p { color: rgb(9,89,185); }
H1.HeaderClassName
{
color: #0959B9;
}
.AnyTagClassName
{
color: #0959B9;
}
</style>
background-color css
<style>
a { background-color: #0959B9; }
a { background-color: rgb(9,89,185); }
div.DivClassName
{
background-color: #0959B9;
}
.BgClassName
{
background-color: #0959B9;
}
</style>
border-color css
<style>
span { border-color: #0959B9; }
span { border-color: rgb(9,89,185); }
td.TdClassName
{
border-color: #0959B9;
}
.TagClassName
{
border-color: #0959B9;
}
</style>