Shades of Denim #205BC1
Tints of Denim #205BC1
RGB
CMYK
RGB Variations
Color information
#205BC1 (or 0x205BC1) is known color: Denim. HEX triplet: 20, 5B and C1. RGB value is (32,91,193). Sum of RGB (Red+Green+Blue) = 32+91+193=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #205BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BC1 is #DFA43E. Grayscale: #545454. Windows color (decimal): -14656575 or 12671776. OLE color: 12671776.
HSL color Cylindrical-coordinate representation of color #205BC1: hue angle of 218.01º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205BC1 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 91 | 193 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.24 |
| HSL | 218.01º | 0.72% | 0.44% | - |
| HSV(B) | 218.01º | 0.83% | 0.76% | - |
| XYZ | 13.96 | 11.64 | 51.96 | - |
| YUV | 84.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 193 | 0.83 | 0.53 | 0 | 0.24 | 218.01 | 0.72 | 0.44 |
| Hex | 20 | 5B | C1 | 53 | 35 | 0 | 18 | DA | 48 | 2C |
| Octal | 40 | 133 | 301 | 123 | 65 | 0 | 30 | 332 | 110 | 54 |
| Binary | 100000 | 1011011 | 11000001 | 1010011 | 110101 | 0 | 11000 | 11011010 | 1001000 | 101100 |
Color Harmonies of #205BC1
Complementary color
Monochromatic Colors of #205BC1
Black with #205BC1
Text Example
Text Example
White with #205BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BC1; }
p { color: rgb(32,91,193); }
H1.HeaderClassName
{
color: #205BC1;
}
.AnyTagClassName
{
color: #205BC1;
}
</style>
background-color css
<style>
a { background-color: #205BC1; }
a { background-color: rgb(32,91,193); }
div.DivClassName
{
background-color: #205BC1;
}
.BgClassName
{
background-color: #205BC1;
}
</style>
border-color css
<style>
span { border-color: #205BC1; }
span { border-color: rgb(32,91,193); }
td.TdClassName
{
border-color: #205BC1;
}
.TagClassName
{
border-color: #205BC1;
}
</style>