Shades of Denim #205CC9
Tints of Denim #205CC9
RGB
CMYK
RGB Variations
Color information
#205CC9 (or 0x205CC9) is known color: Denim. HEX triplet: 20, 5C and C9. RGB value is (32,92,201). Sum of RGB (Red+Green+Blue) = 32+92+201=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 201 (78.91% from 255 or 61.85% from 325); Max value from RGB is 201 - color contains mainly: blue. Hex color #205CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CC9 is #DFA336. Grayscale: #555555. Windows color (decimal): -14656311 or 13196320. OLE color: 13196320.
HSL color Cylindrical-coordinate representation of color #205CC9: hue angle of 218.7º 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 #205CC9 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 92 | 201 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.21 |
| HSL | 218.7º | 0.73% | 0.46% | - |
| HSV(B) | 218.7º | 0.84% | 0.79% | - |
| XYZ | 14.97 | 12.18 | 56.82 | - |
| YUV | 86.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 201 | 0.84 | 0.54 | 0 | 0.21 | 218.7 | 0.73 | 0.46 |
| Hex | 20 | 5C | C9 | 54 | 36 | 0 | 15 | DB | 49 | 2E |
| Octal | 40 | 134 | 311 | 124 | 66 | 0 | 25 | 333 | 111 | 56 |
| Binary | 100000 | 1011100 | 11001001 | 1010100 | 110110 | 0 | 10101 | 11011011 | 1001001 | 101110 |
Color Harmonies of #205CC9
Complementary color
Monochromatic Colors of #205CC9
Black with #205CC9
Text Example
Text Example
White with #205CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CC9; }
p { color: rgb(32,92,201); }
H1.HeaderClassName
{
color: #205CC9;
}
.AnyTagClassName
{
color: #205CC9;
}
</style>
background-color css
<style>
a { background-color: #205CC9; }
a { background-color: rgb(32,92,201); }
div.DivClassName
{
background-color: #205CC9;
}
.BgClassName
{
background-color: #205CC9;
}
</style>
border-color css
<style>
span { border-color: #205CC9; }
span { border-color: rgb(32,92,201); }
td.TdClassName
{
border-color: #205CC9;
}
.TagClassName
{
border-color: #205CC9;
}
</style>