Shades of Denim #0958BA
Tints of Denim #0958BA
RGB
CMYK
RGB Variations
Color information
#0958BA (or 0x0958BA) is known color: Denim. HEX triplet: 09, 58 and BA. RGB value is (9,88,186). Sum of RGB (Red+Green+Blue) = 9+88+186=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #0958BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958BA is #F6A745. Grayscale: #4B4B4B. Windows color (decimal): -16164678 or 12212233. OLE color: 12212233.
HSL color Cylindrical-coordinate representation of color #0958BA: hue angle of 213.22º 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 #0958BA is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 88 | 186 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.27 |
| HSL | 213.22º | 0.91% | 0.38% | - |
| HSV(B) | 213.22º | 0.95% | 0.73% | - |
| XYZ | 12.47 | 10.58 | 47.84 | - |
| YUV | 75.55 | 190.33 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 186 | 0.95 | 0.53 | 0 | 0.27 | 213.22 | 0.91 | 0.38 |
| Hex | 9 | 58 | BA | 5F | 35 | 0 | 1B | D5 | 5B | 26 |
| Octal | 11 | 130 | 272 | 137 | 65 | 0 | 33 | 325 | 133 | 46 |
| Binary | 1001 | 1011000 | 10111010 | 1011111 | 110101 | 0 | 11011 | 11010101 | 1011011 | 100110 |
Color Harmonies of #0958BA
Complementary color
Monochromatic Colors of #0958BA
Black with #0958BA
Text Example
Text Example
White with #0958BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0958BA; }
p { color: rgb(9,88,186); }
H1.HeaderClassName
{
color: #0958BA;
}
.AnyTagClassName
{
color: #0958BA;
}
</style>
background-color css
<style>
a { background-color: #0958BA; }
a { background-color: rgb(9,88,186); }
div.DivClassName
{
background-color: #0958BA;
}
.BgClassName
{
background-color: #0958BA;
}
</style>
border-color css
<style>
span { border-color: #0958BA; }
span { border-color: rgb(9,88,186); }
td.TdClassName
{
border-color: #0958BA;
}
.TagClassName
{
border-color: #0958BA;
}
</style>