Shades of Denim #206FCB
Tints of Denim #206FCB
RGB
CMYK
RGB Variations
Color information
#206FCB (or 0x206FCB) is known color: Denim. HEX triplet: 20, 6F and CB. RGB value is (32,111,203). Sum of RGB (Red+Green+Blue) = 32+111+203=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #206FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206FCB is #DF9034. Grayscale: #616161. Windows color (decimal): -14651445 or 13332256. OLE color: 13332256.
HSL color Cylindrical-coordinate representation of color #206FCB: hue angle of 212.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206FCB is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 111 | 203 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.20 |
| HSL | 212.28º | 0.73% | 0.46% | - |
| HSV(B) | 212.28º | 0.84% | 0.8% | - |
| XYZ | 17.06 | 15.99 | 58.69 | - |
| YUV | 97.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 203 | 0.84 | 0.45 | 0 | 0.20 | 212.28 | 0.73 | 0.46 |
| Hex | 20 | 6F | CB | 54 | 2D | 0 | 14 | D4 | 49 | 2E |
| Octal | 40 | 157 | 313 | 124 | 55 | 0 | 24 | 324 | 111 | 56 |
| Binary | 100000 | 1101111 | 11001011 | 1010100 | 101101 | 0 | 10100 | 11010100 | 1001001 | 101110 |
Color Harmonies of #206FCB
Complementary color
Monochromatic Colors of #206FCB
Black with #206FCB
Text Example
Text Example
White with #206FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FCB; }
p { color: rgb(32,111,203); }
H1.HeaderClassName
{
color: #206FCB;
}
.AnyTagClassName
{
color: #206FCB;
}
</style>
background-color css
<style>
a { background-color: #206FCB; }
a { background-color: rgb(32,111,203); }
div.DivClassName
{
background-color: #206FCB;
}
.BgClassName
{
background-color: #206FCB;
}
</style>
border-color css
<style>
span { border-color: #206FCB; }
span { border-color: rgb(32,111,203); }
td.TdClassName
{
border-color: #206FCB;
}
.TagClassName
{
border-color: #206FCB;
}
</style>