Shades of Denim #205EC9
Tints of Denim #205EC9
RGB
CMYK
RGB Variations
Color information
#205EC9 (or 0x205EC9) is known color: Denim. HEX triplet: 20, 5E and C9. RGB value is (32,94,201). Sum of RGB (Red+Green+Blue) = 32+94+201=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 201 (78.91% from 255 or 61.47% from 327); Max value from RGB is 201 - color contains mainly: blue. Hex color #205EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205EC9 is #DFA136. Grayscale: #575757. Windows color (decimal): -14655799 or 13196832. OLE color: 13196832.
HSL color Cylindrical-coordinate representation of color #205EC9: hue angle of 217.99º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205EC9 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 94 | 201 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.21 |
| HSL | 217.99º | 0.73% | 0.46% | - |
| HSV(B) | 217.99º | 0.84% | 0.79% | - |
| XYZ | 15.14 | 12.53 | 56.88 | - |
| YUV | 87.66 | 191.96 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 201 | 0.84 | 0.53 | 0 | 0.21 | 217.99 | 0.73 | 0.46 |
| Hex | 20 | 5E | C9 | 54 | 35 | 0 | 15 | DA | 49 | 2E |
| Octal | 40 | 136 | 311 | 124 | 65 | 0 | 25 | 332 | 111 | 56 |
| Binary | 100000 | 1011110 | 11001001 | 1010100 | 110101 | 0 | 10101 | 11011010 | 1001001 | 101110 |
Color Harmonies of #205EC9
Complementary color
Monochromatic Colors of #205EC9
Black with #205EC9
Text Example
Text Example
White with #205EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205EC9; }
p { color: rgb(32,94,201); }
H1.HeaderClassName
{
color: #205EC9;
}
.AnyTagClassName
{
color: #205EC9;
}
</style>
background-color css
<style>
a { background-color: #205EC9; }
a { background-color: rgb(32,94,201); }
div.DivClassName
{
background-color: #205EC9;
}
.BgClassName
{
background-color: #205EC9;
}
</style>
border-color css
<style>
span { border-color: #205EC9; }
span { border-color: rgb(32,94,201); }
td.TdClassName
{
border-color: #205EC9;
}
.TagClassName
{
border-color: #205EC9;
}
</style>