Shades of Denim #0855C0
Tints of Denim #0855C0
RGB
CMYK
RGB Variations
Color information
#0855C0 (or 0x0855C0) is known color: Denim. HEX triplet: 08, 55 and C0. RGB value is (8,85,192). Sum of RGB (Red+Green+Blue) = 8+85+192=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #0855C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855C0 is #F7AA3F. Grayscale: #494949. Windows color (decimal): -16230976 or 12604680. OLE color: 12604680.
HSL color Cylindrical-coordinate representation of color #0855C0: hue angle of 214.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0855C0 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 85 | 192 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.25 |
| HSL | 214.89º | 0.92% | 0.39% | - |
| HSV(B) | 214.89º | 0.96% | 0.75% | - |
| XYZ | 12.86 | 10.35 | 51.19 | - |
| YUV | 74.18 | 194.49 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 192 | 0.96 | 0.56 | 0 | 0.25 | 214.89 | 0.92 | 0.39 |
| Hex | 8 | 55 | C0 | 60 | 38 | 0 | 19 | D7 | 5C | 27 |
| Octal | 10 | 125 | 300 | 140 | 70 | 0 | 31 | 327 | 134 | 47 |
| Binary | 1000 | 1010101 | 11000000 | 1100000 | 111000 | 0 | 11001 | 11010111 | 1011100 | 100111 |
Color Harmonies of #0855C0
Complementary color
Monochromatic Colors of #0855C0
Black with #0855C0
Text Example
Text Example
White with #0855C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855C0; }
p { color: rgb(8,85,192); }
H1.HeaderClassName
{
color: #0855C0;
}
.AnyTagClassName
{
color: #0855C0;
}
</style>
background-color css
<style>
a { background-color: #0855C0; }
a { background-color: rgb(8,85,192); }
div.DivClassName
{
background-color: #0855C0;
}
.BgClassName
{
background-color: #0855C0;
}
</style>
border-color css
<style>
span { border-color: #0855C0; }
span { border-color: rgb(8,85,192); }
td.TdClassName
{
border-color: #0855C0;
}
.TagClassName
{
border-color: #0855C0;
}
</style>