Shades of Denim #0958BD
Tints of Denim #0958BD
RGB
CMYK
RGB Variations
Color information
#0958BD (or 0x0958BD) is known color: Denim. HEX triplet: 09, 58 and BD. RGB value is (9,88,189). Sum of RGB (Red+Green+Blue) = 9+88+189=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #0958BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958BD is #F6A742. Grayscale: #4B4B4B. Windows color (decimal): -16164675 or 12408841. OLE color: 12408841.
HSL color Cylindrical-coordinate representation of color #0958BD: hue angle of 213.67º 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 #0958BD is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 88 | 189 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.26 |
| HSL | 213.67º | 0.91% | 0.39% | - |
| HSV(B) | 213.67º | 0.95% | 0.74% | - |
| XYZ | 12.79 | 10.71 | 49.54 | - |
| YUV | 75.89 | 191.83 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 189 | 0.95 | 0.53 | 0 | 0.26 | 213.67 | 0.91 | 0.39 |
| Hex | 9 | 58 | BD | 5F | 35 | 0 | 1A | D6 | 5B | 27 |
| Octal | 11 | 130 | 275 | 137 | 65 | 0 | 32 | 326 | 133 | 47 |
| Binary | 1001 | 1011000 | 10111101 | 1011111 | 110101 | 0 | 11010 | 11010110 | 1011011 | 100111 |
Color Harmonies of #0958BD
Complementary color
Monochromatic Colors of #0958BD
Black with #0958BD
Text Example
Text Example
White with #0958BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0958BD; }
p { color: rgb(9,88,189); }
H1.HeaderClassName
{
color: #0958BD;
}
.AnyTagClassName
{
color: #0958BD;
}
</style>
background-color css
<style>
a { background-color: #0958BD; }
a { background-color: rgb(9,88,189); }
div.DivClassName
{
background-color: #0958BD;
}
.BgClassName
{
background-color: #0958BD;
}
</style>
border-color css
<style>
span { border-color: #0958BD; }
span { border-color: rgb(9,88,189); }
td.TdClassName
{
border-color: #0958BD;
}
.TagClassName
{
border-color: #0958BD;
}
</style>