Shades of Christalle #20085D
Tints of Christalle #20085D
RGB
CMYK
RGB Variations
Color information
#20085D (or 0x20085D) is known color: Christalle. HEX triplet: 20, 08 and 5D. RGB value is (32,8,93). Sum of RGB (Red+Green+Blue) = 32+8+93=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #20085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20085D is #DFF7A2. Grayscale: #181818. Windows color (decimal): -14677923 or 6096928. OLE color: 6096928.
HSL color Cylindrical-coordinate representation of color #20085D: hue angle of 256.94º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20085D is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 8 | 93 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.64 |
| HSL | 256.94º | 0.84% | 0.2% | - |
| HSV(B) | 256.94º | 0.91% | 0.36% | - |
| XYZ | 2.66 | 1.27 | 10.46 | - |
| YUV | 24.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 93 | 0.66 | 0.91 | 0 | 0.64 | 256.94 | 0.84 | 0.2 |
| Hex | 20 | 8 | 5D | 42 | 5B | 0 | 40 | 101 | 54 | 14 |
| Octal | 40 | 10 | 135 | 102 | 133 | 0 | 100 | 401 | 124 | 24 |
| Binary | 100000 | 1000 | 1011101 | 1000010 | 1011011 | 0 | 1000000 | 100000001 | 1010100 | 10100 |
Color Harmonies of #20085D
Complementary color
Monochromatic Colors of #20085D
Black with #20085D
Text Example
Text Example
White with #20085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20085D; }
p { color: rgb(32,8,93); }
H1.HeaderClassName
{
color: #20085D;
}
.AnyTagClassName
{
color: #20085D;
}
</style>
background-color css
<style>
a { background-color: #20085D; }
a { background-color: rgb(32,8,93); }
div.DivClassName
{
background-color: #20085D;
}
.BgClassName
{
background-color: #20085D;
}
</style>
border-color css
<style>
span { border-color: #20085D; }
span { border-color: rgb(32,8,93); }
td.TdClassName
{
border-color: #20085D;
}
.TagClassName
{
border-color: #20085D;
}
</style>