Shades of Denim #205BBD
Tints of Denim #205BBD
RGB
CMYK
RGB Variations
Color information
#205BBD (or 0x205BBD) is known color: Denim. HEX triplet: 20, 5B and BD. RGB value is (32,91,189). Sum of RGB (Red+Green+Blue) = 32+91+189=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #205BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BBD is #DFA442. Grayscale: #545454. Windows color (decimal): -14656579 or 12409632. OLE color: 12409632.
HSL color Cylindrical-coordinate representation of color #205BBD: hue angle of 217.45º 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 #205BBD is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 91 | 189 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.26 |
| HSL | 217.45º | 0.71% | 0.43% | - |
| HSV(B) | 217.45º | 0.83% | 0.74% | - |
| XYZ | 13.52 | 11.46 | 49.64 | - |
| YUV | 84.53 | 186.95 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 189 | 0.83 | 0.52 | 0 | 0.26 | 217.45 | 0.71 | 0.43 |
| Hex | 20 | 5B | BD | 53 | 34 | 0 | 1A | D9 | 47 | 2B |
| Octal | 40 | 133 | 275 | 123 | 64 | 0 | 32 | 331 | 107 | 53 |
| Binary | 100000 | 1011011 | 10111101 | 1010011 | 110100 | 0 | 11010 | 11011001 | 1000111 | 101011 |
Color Harmonies of #205BBD
Complementary color
Monochromatic Colors of #205BBD
Black with #205BBD
Text Example
Text Example
White with #205BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BBD; }
p { color: rgb(32,91,189); }
H1.HeaderClassName
{
color: #205BBD;
}
.AnyTagClassName
{
color: #205BBD;
}
</style>
background-color css
<style>
a { background-color: #205BBD; }
a { background-color: rgb(32,91,189); }
div.DivClassName
{
background-color: #205BBD;
}
.BgClassName
{
background-color: #205BBD;
}
</style>
border-color css
<style>
span { border-color: #205BBD; }
span { border-color: rgb(32,91,189); }
td.TdClassName
{
border-color: #205BBD;
}
.TagClassName
{
border-color: #205BBD;
}
</style>