Shades of Denim #2069CB
Tints of Denim #2069CB
RGB
CMYK
RGB Variations
Color information
#2069CB (or 0x2069CB) is known color: Denim. HEX triplet: 20, 69 and CB. RGB value is (32,105,203). Sum of RGB (Red+Green+Blue) = 32+105+203=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #2069CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2069CB is #DF9634. Grayscale: #5D5D5D. Windows color (decimal): -14652981 or 13330720. OLE color: 13330720.
HSL color Cylindrical-coordinate representation of color #2069CB: hue angle of 214.39º 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 #2069CB is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 105 | 203 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.20 |
| HSL | 214.39º | 0.73% | 0.46% | - |
| HSV(B) | 214.39º | 0.84% | 0.8% | - |
| XYZ | 16.43 | 14.72 | 58.48 | - |
| YUV | 94.35 | 189.32 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 203 | 0.84 | 0.48 | 0 | 0.20 | 214.39 | 0.73 | 0.46 |
| Hex | 20 | 69 | CB | 54 | 30 | 0 | 14 | D6 | 49 | 2E |
| Octal | 40 | 151 | 313 | 124 | 60 | 0 | 24 | 326 | 111 | 56 |
| Binary | 100000 | 1101001 | 11001011 | 1010100 | 110000 | 0 | 10100 | 11010110 | 1001001 | 101110 |
Color Harmonies of #2069CB
Complementary color
Monochromatic Colors of #2069CB
Black with #2069CB
Text Example
Text Example
White with #2069CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2069CB; }
p { color: rgb(32,105,203); }
H1.HeaderClassName
{
color: #2069CB;
}
.AnyTagClassName
{
color: #2069CB;
}
</style>
background-color css
<style>
a { background-color: #2069CB; }
a { background-color: rgb(32,105,203); }
div.DivClassName
{
background-color: #2069CB;
}
.BgClassName
{
background-color: #2069CB;
}
</style>
border-color css
<style>
span { border-color: #2069CB; }
span { border-color: rgb(32,105,203); }
td.TdClassName
{
border-color: #2069CB;
}
.TagClassName
{
border-color: #2069CB;
}
</style>