Shades of Denim #205AB1
Tints of Denim #205AB1
RGB
CMYK
RGB Variations
Color information
#205AB1 (or 0x205AB1) is known color: Denim. HEX triplet: 20, 5A and B1. RGB value is (32,90,177). Sum of RGB (Red+Green+Blue) = 32+90+177=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 177 (69.53% from 255 or 59.20% from 299); Max value from RGB is 177 - color contains mainly: blue. Hex color #205AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205AB1 is #DFA54E. Grayscale: #525252. Windows color (decimal): -14656847 or 11622944. OLE color: 11622944.
HSL color Cylindrical-coordinate representation of color #205AB1: hue angle of 216º 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 #205AB1 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 90 | 177 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.31 |
| HSL | 216º | 0.69% | 0.41% | - |
| HSV(B) | 216º | 0.82% | 0.69% | - |
| XYZ | 12.19 | 10.79 | 43.04 | - |
| YUV | 82.58 | 181.28 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 177 | 0.82 | 0.49 | 0 | 0.31 | 216 | 0.69 | 0.41 |
| Hex | 20 | 5A | B1 | 52 | 31 | 0 | 1F | D8 | 45 | 29 |
| Octal | 40 | 132 | 261 | 122 | 61 | 0 | 37 | 330 | 105 | 51 |
| Binary | 100000 | 1011010 | 10110001 | 1010010 | 110001 | 0 | 11111 | 11011000 | 1000101 | 101001 |
Color Harmonies of #205AB1
Complementary color
Monochromatic Colors of #205AB1
Black with #205AB1
Text Example
Text Example
White with #205AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AB1; }
p { color: rgb(32,90,177); }
H1.HeaderClassName
{
color: #205AB1;
}
.AnyTagClassName
{
color: #205AB1;
}
</style>
background-color css
<style>
a { background-color: #205AB1; }
a { background-color: rgb(32,90,177); }
div.DivClassName
{
background-color: #205AB1;
}
.BgClassName
{
background-color: #205AB1;
}
</style>
border-color css
<style>
span { border-color: #205AB1; }
span { border-color: rgb(32,90,177); }
td.TdClassName
{
border-color: #205AB1;
}
.TagClassName
{
border-color: #205AB1;
}
</style>