Shades of Denim #0851C2
Tints of Denim #0851C2
RGB
CMYK
RGB Variations
Color information
#0851C2 (or 0x0851C2) is known color: Denim. HEX triplet: 08, 51 and C2. RGB value is (8,81,194). Sum of RGB (Red+Green+Blue) = 8+81+194=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 194 (76.17% from 255 or 68.55% from 283); Max value from RGB is 194 - color contains mainly: blue. Hex color #0851C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0851C2 is #F7AE3D. Grayscale: #474747. Windows color (decimal): -16231998 or 12734728. OLE color: 12734728.
HSL color Cylindrical-coordinate representation of color #0851C2: hue angle of 216.45º 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 #0851C2 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 81 | 194 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.24 |
| HSL | 216.45º | 0.92% | 0.4% | - |
| HSV(B) | 216.45º | 0.96% | 0.76% | - |
| XYZ | 12.78 | 9.83 | 52.26 | - |
| YUV | 72.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 194 | 0.96 | 0.58 | 0 | 0.24 | 216.45 | 0.92 | 0.4 |
| Hex | 8 | 51 | C2 | 60 | 3A | 0 | 18 | D8 | 5C | 28 |
| Octal | 10 | 121 | 302 | 140 | 72 | 0 | 30 | 330 | 134 | 50 |
| Binary | 1000 | 1010001 | 11000010 | 1100000 | 111010 | 0 | 11000 | 11011000 | 1011100 | 101000 |
Color Harmonies of #0851C2
Complementary color
Monochromatic Colors of #0851C2
Black with #0851C2
Text Example
Text Example
White with #0851C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0851C2; }
p { color: rgb(8,81,194); }
H1.HeaderClassName
{
color: #0851C2;
}
.AnyTagClassName
{
color: #0851C2;
}
</style>
background-color css
<style>
a { background-color: #0851C2; }
a { background-color: rgb(8,81,194); }
div.DivClassName
{
background-color: #0851C2;
}
.BgClassName
{
background-color: #0851C2;
}
</style>
border-color css
<style>
span { border-color: #0851C2; }
span { border-color: rgb(8,81,194); }
td.TdClassName
{
border-color: #0851C2;
}
.TagClassName
{
border-color: #0851C2;
}
</style>