Shades of Denim #206EBA
Tints of Denim #206EBA
RGB
CMYK
RGB Variations
Color information
#206EBA (or 0x206EBA) is known color: Denim. HEX triplet: 20, 6E and BA. RGB value is (32,110,186). Sum of RGB (Red+Green+Blue) = 32+110+186=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #206EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206EBA is #DF9145. Grayscale: #5E5E5E. Windows color (decimal): -14651718 or 12217888. OLE color: 12217888.
HSL color Cylindrical-coordinate representation of color #206EBA: hue angle of 209.61º 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 #206EBA is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 110 | 186 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.27 |
| HSL | 209.61º | 0.71% | 0.43% | - |
| HSV(B) | 209.61º | 0.83% | 0.73% | - |
| XYZ | 15.03 | 15 | 48.56 | - |
| YUV | 95.34 | 179.16 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 186 | 0.83 | 0.41 | 0 | 0.27 | 209.61 | 0.71 | 0.43 |
| Hex | 20 | 6E | BA | 53 | 29 | 0 | 1B | D2 | 47 | 2B |
| Octal | 40 | 156 | 272 | 123 | 51 | 0 | 33 | 322 | 107 | 53 |
| Binary | 100000 | 1101110 | 10111010 | 1010011 | 101001 | 0 | 11011 | 11010010 | 1000111 | 101011 |
Color Harmonies of #206EBA
Complementary color
Monochromatic Colors of #206EBA
Black with #206EBA
Text Example
Text Example
White with #206EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206EBA; }
p { color: rgb(32,110,186); }
H1.HeaderClassName
{
color: #206EBA;
}
.AnyTagClassName
{
color: #206EBA;
}
</style>
background-color css
<style>
a { background-color: #206EBA; }
a { background-color: rgb(32,110,186); }
div.DivClassName
{
background-color: #206EBA;
}
.BgClassName
{
background-color: #206EBA;
}
</style>
border-color css
<style>
span { border-color: #206EBA; }
span { border-color: rgb(32,110,186); }
td.TdClassName
{
border-color: #206EBA;
}
.TagClassName
{
border-color: #206EBA;
}
</style>