Shades of Denim #0958BE
Tints of Denim #0958BE
RGB
CMYK
RGB Variations
Color information
#0958BE (or 0x0958BE) is known color: Denim. HEX triplet: 09, 58 and BE. RGB value is (9,88,190). Sum of RGB (Red+Green+Blue) = 9+88+190=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #0958BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958BE is #F6A741. Grayscale: #4B4B4B. Windows color (decimal): -16164674 or 12474377. OLE color: 12474377.
HSL color Cylindrical-coordinate representation of color #0958BE: hue angle of 213.81º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0958BE is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 88 | 190 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.25 |
| HSL | 213.81º | 0.91% | 0.39% | - |
| HSV(B) | 213.81º | 0.95% | 0.75% | - |
| XYZ | 12.9 | 10.76 | 50.11 | - |
| YUV | 76.01 | 192.33 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 190 | 0.95 | 0.54 | 0 | 0.25 | 213.81 | 0.91 | 0.39 |
| Hex | 9 | 58 | BE | 5F | 36 | 0 | 19 | D6 | 5B | 27 |
| Octal | 11 | 130 | 276 | 137 | 66 | 0 | 31 | 326 | 133 | 47 |
| Binary | 1001 | 1011000 | 10111110 | 1011111 | 110110 | 0 | 11001 | 11010110 | 1011011 | 100111 |
Color Harmonies of #0958BE
Complementary color
Monochromatic Colors of #0958BE
Black with #0958BE
Text Example
Text Example
White with #0958BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0958BE; }
p { color: rgb(9,88,190); }
H1.HeaderClassName
{
color: #0958BE;
}
.AnyTagClassName
{
color: #0958BE;
}
</style>
background-color css
<style>
a { background-color: #0958BE; }
a { background-color: rgb(9,88,190); }
div.DivClassName
{
background-color: #0958BE;
}
.BgClassName
{
background-color: #0958BE;
}
</style>
border-color css
<style>
span { border-color: #0958BE; }
span { border-color: rgb(9,88,190); }
td.TdClassName
{
border-color: #0958BE;
}
.TagClassName
{
border-color: #0958BE;
}
</style>