Shades of Denim #205FB2
Tints of Denim #205FB2
RGB
CMYK
RGB Variations
Color information
#205FB2 (or 0x205FB2) is known color: Denim. HEX triplet: 20, 5F and B2. RGB value is (32,95,178). Sum of RGB (Red+Green+Blue) = 32+95+178=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #205FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205FB2 is #DFA04D. Grayscale: #555555. Windows color (decimal): -14655566 or 11689760. OLE color: 11689760.
HSL color Cylindrical-coordinate representation of color #205FB2: hue angle of 214.11º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #205FB2 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 95 | 178 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.30 |
| HSL | 214.11º | 0.7% | 0.41% | - |
| HSV(B) | 214.11º | 0.82% | 0.7% | - |
| XYZ | 12.72 | 11.71 | 43.71 | - |
| YUV | 85.63 | 180.13 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 178 | 0.82 | 0.47 | 0 | 0.30 | 214.11 | 0.7 | 0.41 |
| Hex | 20 | 5F | B2 | 52 | 2F | 0 | 1E | D6 | 46 | 29 |
| Octal | 40 | 137 | 262 | 122 | 57 | 0 | 36 | 326 | 106 | 51 |
| Binary | 100000 | 1011111 | 10110010 | 1010010 | 101111 | 0 | 11110 | 11010110 | 1000110 | 101001 |
Color Harmonies of #205FB2
Complementary color
Monochromatic Colors of #205FB2
Black with #205FB2
Text Example
Text Example
White with #205FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FB2; }
p { color: rgb(32,95,178); }
H1.HeaderClassName
{
color: #205FB2;
}
.AnyTagClassName
{
color: #205FB2;
}
</style>
background-color css
<style>
a { background-color: #205FB2; }
a { background-color: rgb(32,95,178); }
div.DivClassName
{
background-color: #205FB2;
}
.BgClassName
{
background-color: #205FB2;
}
</style>
border-color css
<style>
span { border-color: #205FB2; }
span { border-color: rgb(32,95,178); }
td.TdClassName
{
border-color: #205FB2;
}
.TagClassName
{
border-color: #205FB2;
}
</style>