Shades of Denim #205FC5
Tints of Denim #205FC5
RGB
CMYK
RGB Variations
Color information
#205FC5 (or 0x205FC5) is known color: Denim. HEX triplet: 20, 5F and C5. RGB value is (32,95,197). Sum of RGB (Red+Green+Blue) = 32+95+197=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #205FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205FC5 is #DFA03A. Grayscale: #575757. Windows color (decimal): -14655547 or 12934944. OLE color: 12934944.
HSL color Cylindrical-coordinate representation of color #205FC5: hue angle of 217.09º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205FC5 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 95 | 197 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.23 |
| HSL | 217.09º | 0.72% | 0.45% | - |
| HSV(B) | 217.09º | 0.84% | 0.77% | - |
| XYZ | 14.77 | 12.52 | 54.46 | - |
| YUV | 87.79 | 189.63 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 197 | 0.84 | 0.52 | 0 | 0.23 | 217.09 | 0.72 | 0.45 |
| Hex | 20 | 5F | C5 | 54 | 34 | 0 | 17 | D9 | 48 | 2D |
| Octal | 40 | 137 | 305 | 124 | 64 | 0 | 27 | 331 | 110 | 55 |
| Binary | 100000 | 1011111 | 11000101 | 1010100 | 110100 | 0 | 10111 | 11011001 | 1001000 | 101101 |
Color Harmonies of #205FC5
Complementary color
Monochromatic Colors of #205FC5
Black with #205FC5
Text Example
Text Example
White with #205FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FC5; }
p { color: rgb(32,95,197); }
H1.HeaderClassName
{
color: #205FC5;
}
.AnyTagClassName
{
color: #205FC5;
}
</style>
background-color css
<style>
a { background-color: #205FC5; }
a { background-color: rgb(32,95,197); }
div.DivClassName
{
background-color: #205FC5;
}
.BgClassName
{
background-color: #205FC5;
}
</style>
border-color css
<style>
span { border-color: #205FC5; }
span { border-color: rgb(32,95,197); }
td.TdClassName
{
border-color: #205FC5;
}
.TagClassName
{
border-color: #205FC5;
}
</style>