Shades of Denim #205CBC
Tints of Denim #205CBC
RGB
CMYK
RGB Variations
Color information
#205CBC (or 0x205CBC) is known color: Denim. HEX triplet: 20, 5C and BC. RGB value is (32,92,188). Sum of RGB (Red+Green+Blue) = 32+92+188=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #205CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CBC is #DFA343. Grayscale: #545454. Windows color (decimal): -14656324 or 12344352. OLE color: 12344352.
HSL color Cylindrical-coordinate representation of color #205CBC: hue angle of 216.92º 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 #205CBC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 92 | 188 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.26 |
| HSL | 216.92º | 0.71% | 0.43% | - |
| HSV(B) | 216.92º | 0.83% | 0.74% | - |
| XYZ | 13.5 | 11.59 | 49.1 | - |
| YUV | 85 | 186.12 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 188 | 0.83 | 0.51 | 0 | 0.26 | 216.92 | 0.71 | 0.43 |
| Hex | 20 | 5C | BC | 53 | 33 | 0 | 1A | D9 | 47 | 2B |
| Octal | 40 | 134 | 274 | 123 | 63 | 0 | 32 | 331 | 107 | 53 |
| Binary | 100000 | 1011100 | 10111100 | 1010011 | 110011 | 0 | 11010 | 11011001 | 1000111 | 101011 |
Color Harmonies of #205CBC
Complementary color
Monochromatic Colors of #205CBC
Black with #205CBC
Text Example
Text Example
White with #205CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CBC; }
p { color: rgb(32,92,188); }
H1.HeaderClassName
{
color: #205CBC;
}
.AnyTagClassName
{
color: #205CBC;
}
</style>
background-color css
<style>
a { background-color: #205CBC; }
a { background-color: rgb(32,92,188); }
div.DivClassName
{
background-color: #205CBC;
}
.BgClassName
{
background-color: #205CBC;
}
</style>
border-color css
<style>
span { border-color: #205CBC; }
span { border-color: rgb(32,92,188); }
td.TdClassName
{
border-color: #205CBC;
}
.TagClassName
{
border-color: #205CBC;
}
</style>