Shades of Denim #0850CA
Tints of Denim #0850CA
RGB
CMYK
RGB Variations
Color information
#0850CA (or 0x0850CA) is known color: Denim. HEX triplet: 08, 50 and CA. RGB value is (8,80,202). Sum of RGB (Red+Green+Blue) = 8+80+202=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #0850CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850CA is #F7AF35. Grayscale: #474747. Windows color (decimal): -16232246 or 13258760. OLE color: 13258760.
HSL color Cylindrical-coordinate representation of color #0850CA: hue angle of 217.73º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0850CA is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 80 | 202 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.21 |
| HSL | 217.73º | 0.92% | 0.41% | - |
| HSV(B) | 217.73º | 0.96% | 0.79% | - |
| XYZ | 13.63 | 10.05 | 57.1 | - |
| YUV | 72.38 | 201.15 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 202 | 0.96 | 0.60 | 0 | 0.21 | 217.73 | 0.92 | 0.41 |
| Hex | 8 | 50 | CA | 60 | 3C | 0 | 15 | DA | 5C | 29 |
| Octal | 10 | 120 | 312 | 140 | 74 | 0 | 25 | 332 | 134 | 51 |
| Binary | 1000 | 1010000 | 11001010 | 1100000 | 111100 | 0 | 10101 | 11011010 | 1011100 | 101001 |
Color Harmonies of #0850CA
Complementary color
Monochromatic Colors of #0850CA
Black with #0850CA
Text Example
Text Example
White with #0850CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850CA; }
p { color: rgb(8,80,202); }
H1.HeaderClassName
{
color: #0850CA;
}
.AnyTagClassName
{
color: #0850CA;
}
</style>
background-color css
<style>
a { background-color: #0850CA; }
a { background-color: rgb(8,80,202); }
div.DivClassName
{
background-color: #0850CA;
}
.BgClassName
{
background-color: #0850CA;
}
</style>
border-color css
<style>
span { border-color: #0850CA; }
span { border-color: rgb(8,80,202); }
td.TdClassName
{
border-color: #0850CA;
}
.TagClassName
{
border-color: #0850CA;
}
</style>