Shades of Denim #0855C2
Tints of Denim #0855C2
RGB
CMYK
RGB Variations
Color information
#0855C2 (or 0x0855C2) is known color: Denim. HEX triplet: 08, 55 and C2. RGB value is (8,85,194). Sum of RGB (Red+Green+Blue) = 8+85+194=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #0855C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855C2 is #F7AA3D. Grayscale: #494949. Windows color (decimal): -16230974 or 12735752. OLE color: 12735752.
HSL color Cylindrical-coordinate representation of color #0855C2: hue angle of 215.16º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0855C2 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 85 | 194 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.24 |
| HSL | 215.16º | 0.92% | 0.4% | - |
| HSV(B) | 215.16º | 0.96% | 0.76% | - |
| XYZ | 13.09 | 10.44 | 52.37 | - |
| YUV | 74.4 | 195.49 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 194 | 0.96 | 0.56 | 0 | 0.24 | 215.16 | 0.92 | 0.4 |
| Hex | 8 | 55 | C2 | 60 | 38 | 0 | 18 | D7 | 5C | 28 |
| Octal | 10 | 125 | 302 | 140 | 70 | 0 | 30 | 327 | 134 | 50 |
| Binary | 1000 | 1010101 | 11000010 | 1100000 | 111000 | 0 | 11000 | 11010111 | 1011100 | 101000 |
Color Harmonies of #0855C2
Complementary color
Monochromatic Colors of #0855C2
Black with #0855C2
Text Example
Text Example
White with #0855C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855C2; }
p { color: rgb(8,85,194); }
H1.HeaderClassName
{
color: #0855C2;
}
.AnyTagClassName
{
color: #0855C2;
}
</style>
background-color css
<style>
a { background-color: #0855C2; }
a { background-color: rgb(8,85,194); }
div.DivClassName
{
background-color: #0855C2;
}
.BgClassName
{
background-color: #0855C2;
}
</style>
border-color css
<style>
span { border-color: #0855C2; }
span { border-color: rgb(8,85,194); }
td.TdClassName
{
border-color: #0855C2;
}
.TagClassName
{
border-color: #0855C2;
}
</style>