Shades of Denim #2063CE
Tints of Denim #2063CE
RGB
CMYK
RGB Variations
Color information
#2063CE (or 0x2063CE) is known color: Denim. HEX triplet: 20, 63 and CE. RGB value is (32,99,206). Sum of RGB (Red+Green+Blue) = 32+99+206=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #2063CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2063CE is #DF9C31. Grayscale: #5A5A5A. Windows color (decimal): -14654514 or 13525792. OLE color: 13525792.
HSL color Cylindrical-coordinate representation of color #2063CE: hue angle of 216.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2063CE is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 99 | 206 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.19 |
| HSL | 216.9º | 0.73% | 0.47% | - |
| HSV(B) | 216.9º | 0.84% | 0.81% | - |
| XYZ | 16.2 | 13.69 | 60.18 | - |
| YUV | 91.17 | 192.8 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 206 | 0.84 | 0.52 | 0 | 0.19 | 216.9 | 0.73 | 0.47 |
| Hex | 20 | 63 | CE | 54 | 34 | 0 | 13 | D9 | 49 | 2F |
| Octal | 40 | 143 | 316 | 124 | 64 | 0 | 23 | 331 | 111 | 57 |
| Binary | 100000 | 1100011 | 11001110 | 1010100 | 110100 | 0 | 10011 | 11011001 | 1001001 | 101111 |
Color Harmonies of #2063CE
Complementary color
Monochromatic Colors of #2063CE
Black with #2063CE
Text Example
Text Example
White with #2063CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2063CE; }
p { color: rgb(32,99,206); }
H1.HeaderClassName
{
color: #2063CE;
}
.AnyTagClassName
{
color: #2063CE;
}
</style>
background-color css
<style>
a { background-color: #2063CE; }
a { background-color: rgb(32,99,206); }
div.DivClassName
{
background-color: #2063CE;
}
.BgClassName
{
background-color: #2063CE;
}
</style>
border-color css
<style>
span { border-color: #2063CE; }
span { border-color: rgb(32,99,206); }
td.TdClassName
{
border-color: #2063CE;
}
.TagClassName
{
border-color: #2063CE;
}
</style>