Shades of Denim #0850C1
Tints of Denim #0850C1
RGB
CMYK
RGB Variations
Color information
#0850C1 (or 0x0850C1) is known color: Denim. HEX triplet: 08, 50 and C1. RGB value is (8,80,193). Sum of RGB (Red+Green+Blue) = 8+80+193=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #0850C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850C1 is #F7AF3E. Grayscale: #464646. Windows color (decimal): -16232255 or 12668936. OLE color: 12668936.
HSL color Cylindrical-coordinate representation of color #0850C1: hue angle of 216.65º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0850C1 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 80 | 193 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.24 |
| HSL | 216.65º | 0.92% | 0.39% | - |
| HSV(B) | 216.65º | 0.96% | 0.76% | - |
| XYZ | 12.59 | 9.64 | 51.65 | - |
| YUV | 71.35 | 196.65 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 193 | 0.96 | 0.59 | 0 | 0.24 | 216.65 | 0.92 | 0.39 |
| Hex | 8 | 50 | C1 | 60 | 3B | 0 | 18 | D9 | 5C | 27 |
| Octal | 10 | 120 | 301 | 140 | 73 | 0 | 30 | 331 | 134 | 47 |
| Binary | 1000 | 1010000 | 11000001 | 1100000 | 111011 | 0 | 11000 | 11011001 | 1011100 | 100111 |
Color Harmonies of #0850C1
Complementary color
Monochromatic Colors of #0850C1
Black with #0850C1
Text Example
Text Example
White with #0850C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850C1; }
p { color: rgb(8,80,193); }
H1.HeaderClassName
{
color: #0850C1;
}
.AnyTagClassName
{
color: #0850C1;
}
</style>
background-color css
<style>
a { background-color: #0850C1; }
a { background-color: rgb(8,80,193); }
div.DivClassName
{
background-color: #0850C1;
}
.BgClassName
{
background-color: #0850C1;
}
</style>
border-color css
<style>
span { border-color: #0850C1; }
span { border-color: rgb(8,80,193); }
td.TdClassName
{
border-color: #0850C1;
}
.TagClassName
{
border-color: #0850C1;
}
</style>