Shades of Denim #0855BC
Tints of Denim #0855BC
RGB
CMYK
RGB Variations
Color information
#0855BC (or 0x0855BC) is known color: Denim. HEX triplet: 08, 55 and BC. RGB value is (8,85,188). Sum of RGB (Red+Green+Blue) = 8+85+188=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #0855BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855BC is #F7AA43. Grayscale: #494949. Windows color (decimal): -16230980 or 12342536. OLE color: 12342536.
HSL color Cylindrical-coordinate representation of color #0855BC: hue angle of 214.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0855BC is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 85 | 188 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.26 |
| HSL | 214.33º | 0.92% | 0.38% | - |
| HSV(B) | 214.33º | 0.96% | 0.74% | - |
| XYZ | 12.43 | 10.18 | 48.89 | - |
| YUV | 73.72 | 192.49 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 188 | 0.96 | 0.55 | 0 | 0.26 | 214.33 | 0.92 | 0.38 |
| Hex | 8 | 55 | BC | 60 | 37 | 0 | 1A | D6 | 5C | 26 |
| Octal | 10 | 125 | 274 | 140 | 67 | 0 | 32 | 326 | 134 | 46 |
| Binary | 1000 | 1010101 | 10111100 | 1100000 | 110111 | 0 | 11010 | 11010110 | 1011100 | 100110 |
Color Harmonies of #0855BC
Complementary color
Monochromatic Colors of #0855BC
Black with #0855BC
Text Example
Text Example
White with #0855BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855BC; }
p { color: rgb(8,85,188); }
H1.HeaderClassName
{
color: #0855BC;
}
.AnyTagClassName
{
color: #0855BC;
}
</style>
background-color css
<style>
a { background-color: #0855BC; }
a { background-color: rgb(8,85,188); }
div.DivClassName
{
background-color: #0855BC;
}
.BgClassName
{
background-color: #0855BC;
}
</style>
border-color css
<style>
span { border-color: #0855BC; }
span { border-color: rgb(8,85,188); }
td.TdClassName
{
border-color: #0855BC;
}
.TagClassName
{
border-color: #0855BC;
}
</style>