Shades of Denim #205AAF
Tints of Denim #205AAF
RGB
CMYK
RGB Variations
Color information
#205AAF (or 0x205AAF) is known color: Denim. HEX triplet: 20, 5A and AF. RGB value is (32,90,175). Sum of RGB (Red+Green+Blue) = 32+90+175=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #205AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205AAF is #DFA550. Grayscale: #515151. Windows color (decimal): -14656849 or 11491872. OLE color: 11491872.
HSL color Cylindrical-coordinate representation of color #205AAF: hue angle of 215.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #205AAF is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 90 | 175 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.31 |
| HSL | 215.66º | 0.69% | 0.41% | - |
| HSV(B) | 215.66º | 0.82% | 0.69% | - |
| XYZ | 11.99 | 10.71 | 41.99 | - |
| YUV | 82.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 175 | 0.82 | 0.49 | 0 | 0.31 | 215.66 | 0.69 | 0.41 |
| Hex | 20 | 5A | AF | 52 | 31 | 0 | 1F | D8 | 45 | 29 |
| Octal | 40 | 132 | 257 | 122 | 61 | 0 | 37 | 330 | 105 | 51 |
| Binary | 100000 | 1011010 | 10101111 | 1010010 | 110001 | 0 | 11111 | 11011000 | 1000101 | 101001 |
Color Harmonies of #205AAF
Complementary color
Monochromatic Colors of #205AAF
Black with #205AAF
Text Example
Text Example
White with #205AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AAF; }
p { color: rgb(32,90,175); }
H1.HeaderClassName
{
color: #205AAF;
}
.AnyTagClassName
{
color: #205AAF;
}
</style>
background-color css
<style>
a { background-color: #205AAF; }
a { background-color: rgb(32,90,175); }
div.DivClassName
{
background-color: #205AAF;
}
.BgClassName
{
background-color: #205AAF;
}
</style>
border-color css
<style>
span { border-color: #205AAF; }
span { border-color: rgb(32,90,175); }
td.TdClassName
{
border-color: #205AAF;
}
.TagClassName
{
border-color: #205AAF;
}
</style>