Shades of Denim #205EC1
Tints of Denim #205EC1
RGB
CMYK
RGB Variations
Color information
#205EC1 (or 0x205EC1) is known color: Denim. HEX triplet: 20, 5E and C1. RGB value is (32,94,193). Sum of RGB (Red+Green+Blue) = 32+94+193=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #205EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205EC1 is #DFA13E. Grayscale: #565656. Windows color (decimal): -14655807 or 12672544. OLE color: 12672544.
HSL color Cylindrical-coordinate representation of color #205EC1: hue angle of 216.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205EC1 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 94 | 193 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.24 |
| HSL | 216.89º | 0.72% | 0.44% | - |
| HSV(B) | 216.89º | 0.83% | 0.76% | - |
| XYZ | 14.22 | 12.16 | 52.05 | - |
| YUV | 86.75 | 187.96 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 193 | 0.83 | 0.51 | 0 | 0.24 | 216.89 | 0.72 | 0.44 |
| Hex | 20 | 5E | C1 | 53 | 33 | 0 | 18 | D9 | 48 | 2C |
| Octal | 40 | 136 | 301 | 123 | 63 | 0 | 30 | 331 | 110 | 54 |
| Binary | 100000 | 1011110 | 11000001 | 1010011 | 110011 | 0 | 11000 | 11011001 | 1001000 | 101100 |
Color Harmonies of #205EC1
Complementary color
Monochromatic Colors of #205EC1
Black with #205EC1
Text Example
Text Example
White with #205EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205EC1; }
p { color: rgb(32,94,193); }
H1.HeaderClassName
{
color: #205EC1;
}
.AnyTagClassName
{
color: #205EC1;
}
</style>
background-color css
<style>
a { background-color: #205EC1; }
a { background-color: rgb(32,94,193); }
div.DivClassName
{
background-color: #205EC1;
}
.BgClassName
{
background-color: #205EC1;
}
</style>
border-color css
<style>
span { border-color: #205EC1; }
span { border-color: rgb(32,94,193); }
td.TdClassName
{
border-color: #205EC1;
}
.TagClassName
{
border-color: #205EC1;
}
</style>