Shades of Denim #0955BC
Tints of Denim #0955BC
RGB
CMYK
RGB Variations
Color information
#0955BC (or 0x0955BC) is known color: Denim. HEX triplet: 09, 55 and BC. RGB value is (9,85,188). Sum of RGB (Red+Green+Blue) = 9+85+188=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #0955BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0955BC is #F6AA43. Grayscale: #494949. Windows color (decimal): -16165444 or 12342537. OLE color: 12342537.
HSL color Cylindrical-coordinate representation of color #0955BC: hue angle of 214.53º 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 #0955BC is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 85 | 188 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.26 |
| HSL | 214.53º | 0.91% | 0.39% | - |
| HSV(B) | 214.53º | 0.95% | 0.74% | - |
| XYZ | 12.44 | 10.19 | 48.89 | - |
| YUV | 74.02 | 192.32 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 188 | 0.95 | 0.55 | 0 | 0.26 | 214.53 | 0.91 | 0.39 |
| Hex | 9 | 55 | BC | 5F | 37 | 0 | 1A | D7 | 5B | 27 |
| Octal | 11 | 125 | 274 | 137 | 67 | 0 | 32 | 327 | 133 | 47 |
| Binary | 1001 | 1010101 | 10111100 | 1011111 | 110111 | 0 | 11010 | 11010111 | 1011011 | 100111 |
Color Harmonies of #0955BC
Complementary color
Monochromatic Colors of #0955BC
Black with #0955BC
Text Example
Text Example
White with #0955BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0955BC; }
p { color: rgb(9,85,188); }
H1.HeaderClassName
{
color: #0955BC;
}
.AnyTagClassName
{
color: #0955BC;
}
</style>
background-color css
<style>
a { background-color: #0955BC; }
a { background-color: rgb(9,85,188); }
div.DivClassName
{
background-color: #0955BC;
}
.BgClassName
{
background-color: #0955BC;
}
</style>
border-color css
<style>
span { border-color: #0955BC; }
span { border-color: rgb(9,85,188); }
td.TdClassName
{
border-color: #0955BC;
}
.TagClassName
{
border-color: #0955BC;
}
</style>