Shades of Denim #0852C8
Tints of Denim #0852C8
RGB
CMYK
RGB Variations
Color information
#0852C8 (or 0x0852C8) is known color: Denim. HEX triplet: 08, 52 and C8. RGB value is (8,82,200). Sum of RGB (Red+Green+Blue) = 8+82+200=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 200 (78.52% from 255 or 68.97% from 290); Max value from RGB is 200 - color contains mainly: blue. Hex color #0852C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852C8 is #F7AD37. Grayscale: #484848. Windows color (decimal): -16231736 or 13128200. OLE color: 13128200.
HSL color Cylindrical-coordinate representation of color #0852C8: hue angle of 216.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0852C8 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 82 | 200 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.22 |
| HSL | 216.88º | 0.92% | 0.41% | - |
| HSV(B) | 216.88º | 0.96% | 0.78% | - |
| XYZ | 13.54 | 10.26 | 55.91 | - |
| YUV | 73.33 | 199.48 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 200 | 0.96 | 0.59 | 0 | 0.22 | 216.88 | 0.92 | 0.41 |
| Hex | 8 | 52 | C8 | 60 | 3B | 0 | 16 | D9 | 5C | 29 |
| Octal | 10 | 122 | 310 | 140 | 73 | 0 | 26 | 331 | 134 | 51 |
| Binary | 1000 | 1010010 | 11001000 | 1100000 | 111011 | 0 | 10110 | 11011001 | 1011100 | 101001 |
Color Harmonies of #0852C8
Complementary color
Monochromatic Colors of #0852C8
Black with #0852C8
Text Example
Text Example
White with #0852C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852C8; }
p { color: rgb(8,82,200); }
H1.HeaderClassName
{
color: #0852C8;
}
.AnyTagClassName
{
color: #0852C8;
}
</style>
background-color css
<style>
a { background-color: #0852C8; }
a { background-color: rgb(8,82,200); }
div.DivClassName
{
background-color: #0852C8;
}
.BgClassName
{
background-color: #0852C8;
}
</style>
border-color css
<style>
span { border-color: #0852C8; }
span { border-color: rgb(8,82,200); }
td.TdClassName
{
border-color: #0852C8;
}
.TagClassName
{
border-color: #0852C8;
}
</style>