Shades of Denim #205EBA
Tints of Denim #205EBA
RGB
CMYK
RGB Variations
Color information
#205EBA (or 0x205EBA) is known color: Denim. HEX triplet: 20, 5E and BA. RGB value is (32,94,186). Sum of RGB (Red+Green+Blue) = 32+94+186=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #205EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205EBA is #DFA145. Grayscale: #555555. Windows color (decimal): -14655814 or 12213792. OLE color: 12213792.
HSL color Cylindrical-coordinate representation of color #205EBA: hue angle of 215.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205EBA is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 94 | 186 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.27 |
| HSL | 215.84º | 0.71% | 0.43% | - |
| HSV(B) | 215.84º | 0.83% | 0.73% | - |
| XYZ | 13.46 | 11.86 | 48.03 | - |
| YUV | 85.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 186 | 0.83 | 0.49 | 0 | 0.27 | 215.84 | 0.71 | 0.43 |
| Hex | 20 | 5E | BA | 53 | 31 | 0 | 1B | D8 | 47 | 2B |
| Octal | 40 | 136 | 272 | 123 | 61 | 0 | 33 | 330 | 107 | 53 |
| Binary | 100000 | 1011110 | 10111010 | 1010011 | 110001 | 0 | 11011 | 11011000 | 1000111 | 101011 |
Color Harmonies of #205EBA
Complementary color
Monochromatic Colors of #205EBA
Black with #205EBA
Text Example
Text Example
White with #205EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205EBA; }
p { color: rgb(32,94,186); }
H1.HeaderClassName
{
color: #205EBA;
}
.AnyTagClassName
{
color: #205EBA;
}
</style>
background-color css
<style>
a { background-color: #205EBA; }
a { background-color: rgb(32,94,186); }
div.DivClassName
{
background-color: #205EBA;
}
.BgClassName
{
background-color: #205EBA;
}
</style>
border-color css
<style>
span { border-color: #205EBA; }
span { border-color: rgb(32,94,186); }
td.TdClassName
{
border-color: #205EBA;
}
.TagClassName
{
border-color: #205EBA;
}
</style>