Shades of Denim #205ABF
Tints of Denim #205ABF
RGB
CMYK
RGB Variations
Color information
#205ABF (or 0x205ABF) is known color: Denim. HEX triplet: 20, 5A and BF. RGB value is (32,90,191). Sum of RGB (Red+Green+Blue) = 32+90+191=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #205ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ABF is #DFA540. Grayscale: #535353. Windows color (decimal): -14656833 or 12540448. OLE color: 12540448.
HSL color Cylindrical-coordinate representation of color #205ABF: hue angle of 218.11º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205ABF is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 90 | 191 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.25 |
| HSL | 218.11º | 0.71% | 0.44% | - |
| HSV(B) | 218.11º | 0.83% | 0.75% | - |
| XYZ | 13.66 | 11.38 | 50.77 | - |
| YUV | 84.17 | 188.28 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 191 | 0.83 | 0.53 | 0 | 0.25 | 218.11 | 0.71 | 0.44 |
| Hex | 20 | 5A | BF | 53 | 35 | 0 | 19 | DA | 47 | 2C |
| Octal | 40 | 132 | 277 | 123 | 65 | 0 | 31 | 332 | 107 | 54 |
| Binary | 100000 | 1011010 | 10111111 | 1010011 | 110101 | 0 | 11001 | 11011010 | 1000111 | 101100 |
Color Harmonies of #205ABF
Complementary color
Monochromatic Colors of #205ABF
Black with #205ABF
Text Example
Text Example
White with #205ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205ABF; }
p { color: rgb(32,90,191); }
H1.HeaderClassName
{
color: #205ABF;
}
.AnyTagClassName
{
color: #205ABF;
}
</style>
background-color css
<style>
a { background-color: #205ABF; }
a { background-color: rgb(32,90,191); }
div.DivClassName
{
background-color: #205ABF;
}
.BgClassName
{
background-color: #205ABF;
}
</style>
border-color css
<style>
span { border-color: #205ABF; }
span { border-color: rgb(32,90,191); }
td.TdClassName
{
border-color: #205ABF;
}
.TagClassName
{
border-color: #205ABF;
}
</style>