Shades of Denim #206DB1
Tints of Denim #206DB1
RGB
CMYK
RGB Variations
Color information
#206DB1 (or 0x206DB1) is known color: Denim. HEX triplet: 20, 6D and B1. RGB value is (32,109,177). Sum of RGB (Red+Green+Blue) = 32+109+177=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #206DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206DB1 is #DF924E. Grayscale: #5D5D5D. Windows color (decimal): -14651983 or 11627808. OLE color: 11627808.
HSL color Cylindrical-coordinate representation of color #206DB1: hue angle of 208.14º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206DB1 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 109 | 177 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.31 |
| HSL | 208.14º | 0.69% | 0.41% | - |
| HSV(B) | 208.14º | 0.82% | 0.69% | - |
| XYZ | 14 | 14.42 | 43.64 | - |
| YUV | 93.73 | 174.99 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 177 | 0.82 | 0.38 | 0 | 0.31 | 208.14 | 0.69 | 0.41 |
| Hex | 20 | 6D | B1 | 52 | 26 | 0 | 1F | D0 | 45 | 29 |
| Octal | 40 | 155 | 261 | 122 | 46 | 0 | 37 | 320 | 105 | 51 |
| Binary | 100000 | 1101101 | 10110001 | 1010010 | 100110 | 0 | 11111 | 11010000 | 1000101 | 101001 |
Color Harmonies of #206DB1
Complementary color
Monochromatic Colors of #206DB1
Black with #206DB1
Text Example
Text Example
White with #206DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DB1; }
p { color: rgb(32,109,177); }
H1.HeaderClassName
{
color: #206DB1;
}
.AnyTagClassName
{
color: #206DB1;
}
</style>
background-color css
<style>
a { background-color: #206DB1; }
a { background-color: rgb(32,109,177); }
div.DivClassName
{
background-color: #206DB1;
}
.BgClassName
{
background-color: #206DB1;
}
</style>
border-color css
<style>
span { border-color: #206DB1; }
span { border-color: rgb(32,109,177); }
td.TdClassName
{
border-color: #206DB1;
}
.TagClassName
{
border-color: #206DB1;
}
</style>