Shades of Denim #205ABC
Tints of Denim #205ABC
RGB
CMYK
RGB Variations
Color information
#205ABC (or 0x205ABC) is known color: Denim. HEX triplet: 20, 5A and BC. RGB value is (32,90,188). Sum of RGB (Red+Green+Blue) = 32+90+188=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #205ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ABC is #DFA543. Grayscale: #535353. Windows color (decimal): -14656836 or 12343840. OLE color: 12343840.
HSL color Cylindrical-coordinate representation of color #205ABC: hue angle of 217.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205ABC is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 90 | 188 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.26 |
| HSL | 217.69º | 0.71% | 0.43% | - |
| HSV(B) | 217.69º | 0.83% | 0.74% | - |
| XYZ | 13.33 | 11.25 | 49.05 | - |
| YUV | 83.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 188 | 0.83 | 0.52 | 0 | 0.26 | 217.69 | 0.71 | 0.43 |
| Hex | 20 | 5A | BC | 53 | 34 | 0 | 1A | DA | 47 | 2B |
| Octal | 40 | 132 | 274 | 123 | 64 | 0 | 32 | 332 | 107 | 53 |
| Binary | 100000 | 1011010 | 10111100 | 1010011 | 110100 | 0 | 11010 | 11011010 | 1000111 | 101011 |
Color Harmonies of #205ABC
Complementary color
Monochromatic Colors of #205ABC
Black with #205ABC
Text Example
Text Example
White with #205ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205ABC; }
p { color: rgb(32,90,188); }
H1.HeaderClassName
{
color: #205ABC;
}
.AnyTagClassName
{
color: #205ABC;
}
</style>
background-color css
<style>
a { background-color: #205ABC; }
a { background-color: rgb(32,90,188); }
div.DivClassName
{
background-color: #205ABC;
}
.BgClassName
{
background-color: #205ABC;
}
</style>
border-color css
<style>
span { border-color: #205ABC; }
span { border-color: rgb(32,90,188); }
td.TdClassName
{
border-color: #205ABC;
}
.TagClassName
{
border-color: #205ABC;
}
</style>