Shades of Denim #2069CE
Tints of Denim #2069CE
RGB
CMYK
RGB Variations
Color information
#2069CE (or 0x2069CE) is known color: Denim. HEX triplet: 20, 69 and CE. RGB value is (32,105,206). Sum of RGB (Red+Green+Blue) = 32+105+206=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #2069CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2069CE is #DF9631. Grayscale: #5E5E5E. Windows color (decimal): -14652978 or 13527328. OLE color: 13527328.
HSL color Cylindrical-coordinate representation of color #2069CE: hue angle of 214.83º 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 #2069CE is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 105 | 206 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.19 |
| HSL | 214.83º | 0.73% | 0.47% | - |
| HSV(B) | 214.83º | 0.84% | 0.81% | - |
| XYZ | 16.79 | 14.87 | 60.38 | - |
| YUV | 94.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 206 | 0.84 | 0.49 | 0 | 0.19 | 214.83 | 0.73 | 0.47 |
| Hex | 20 | 69 | CE | 54 | 31 | 0 | 13 | D7 | 49 | 2F |
| Octal | 40 | 151 | 316 | 124 | 61 | 0 | 23 | 327 | 111 | 57 |
| Binary | 100000 | 1101001 | 11001110 | 1010100 | 110001 | 0 | 10011 | 11010111 | 1001001 | 101111 |
Color Harmonies of #2069CE
Complementary color
Monochromatic Colors of #2069CE
Black with #2069CE
Text Example
Text Example
White with #2069CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2069CE; }
p { color: rgb(32,105,206); }
H1.HeaderClassName
{
color: #2069CE;
}
.AnyTagClassName
{
color: #2069CE;
}
</style>
background-color css
<style>
a { background-color: #2069CE; }
a { background-color: rgb(32,105,206); }
div.DivClassName
{
background-color: #2069CE;
}
.BgClassName
{
background-color: #2069CE;
}
</style>
border-color css
<style>
span { border-color: #2069CE; }
span { border-color: rgb(32,105,206); }
td.TdClassName
{
border-color: #2069CE;
}
.TagClassName
{
border-color: #2069CE;
}
</style>