Shades of Denim #205FBA
Tints of Denim #205FBA
RGB
CMYK
RGB Variations
Color information
#205FBA (or 0x205FBA) is known color: Denim. HEX triplet: 20, 5F and BA. RGB value is (32,95,186). Sum of RGB (Red+Green+Blue) = 32+95+186=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #205FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205FBA is #DFA045. Grayscale: #565656. Windows color (decimal): -14655558 or 12214048. OLE color: 12214048.
HSL color Cylindrical-coordinate representation of color #205FBA: hue angle of 215.45º 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 #205FBA is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 95 | 186 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.27 |
| HSL | 215.45º | 0.71% | 0.43% | - |
| HSV(B) | 215.45º | 0.83% | 0.73% | - |
| XYZ | 13.55 | 12.04 | 48.06 | - |
| YUV | 86.54 | 184.13 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 186 | 0.83 | 0.49 | 0 | 0.27 | 215.45 | 0.71 | 0.43 |
| Hex | 20 | 5F | BA | 53 | 31 | 0 | 1B | D7 | 47 | 2B |
| Octal | 40 | 137 | 272 | 123 | 61 | 0 | 33 | 327 | 107 | 53 |
| Binary | 100000 | 1011111 | 10111010 | 1010011 | 110001 | 0 | 11011 | 11010111 | 1000111 | 101011 |
Color Harmonies of #205FBA
Complementary color
Monochromatic Colors of #205FBA
Black with #205FBA
Text Example
Text Example
White with #205FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FBA; }
p { color: rgb(32,95,186); }
H1.HeaderClassName
{
color: #205FBA;
}
.AnyTagClassName
{
color: #205FBA;
}
</style>
background-color css
<style>
a { background-color: #205FBA; }
a { background-color: rgb(32,95,186); }
div.DivClassName
{
background-color: #205FBA;
}
.BgClassName
{
background-color: #205FBA;
}
</style>
border-color css
<style>
span { border-color: #205FBA; }
span { border-color: rgb(32,95,186); }
td.TdClassName
{
border-color: #205FBA;
}
.TagClassName
{
border-color: #205FBA;
}
</style>