Shades of Denim #2065DB
Tints of Denim #2065DB
RGB
CMYK
RGB Variations
Color information
#2065DB (or 0x2065DB) is known color: Denim. HEX triplet: 20, 65 and DB. RGB value is (32,101,219). Sum of RGB (Red+Green+Blue) = 32+101+219=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #2065DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2065DB is #DF9A24. Grayscale: #5D5D5D. Windows color (decimal): -14653989 or 14378272. OLE color: 14378272.
HSL color Cylindrical-coordinate representation of color #2065DB: hue angle of 217.86º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2065DB is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 101 | 219 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.14 |
| HSL | 217.86º | 0.75% | 0.49% | - |
| HSV(B) | 217.86º | 0.85% | 0.86% | - |
| XYZ | 18.04 | 14.73 | 68.91 | - |
| YUV | 93.82 | 198.64 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 219 | 0.85 | 0.54 | 0 | 0.14 | 217.86 | 0.75 | 0.49 |
| Hex | 20 | 65 | DB | 55 | 36 | 0 | E | DA | 4B | 31 |
| Octal | 40 | 145 | 333 | 125 | 66 | 0 | 16 | 332 | 113 | 61 |
| Binary | 100000 | 1100101 | 11011011 | 1010101 | 110110 | 0 | 1110 | 11011010 | 1001011 | 110001 |
Color Harmonies of #2065DB
Complementary color
Monochromatic Colors of #2065DB
Black with #2065DB
Text Example
Text Example
White with #2065DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2065DB; }
p { color: rgb(32,101,219); }
H1.HeaderClassName
{
color: #2065DB;
}
.AnyTagClassName
{
color: #2065DB;
}
</style>
background-color css
<style>
a { background-color: #2065DB; }
a { background-color: rgb(32,101,219); }
div.DivClassName
{
background-color: #2065DB;
}
.BgClassName
{
background-color: #2065DB;
}
</style>
border-color css
<style>
span { border-color: #2065DB; }
span { border-color: rgb(32,101,219); }
td.TdClassName
{
border-color: #2065DB;
}
.TagClassName
{
border-color: #2065DB;
}
</style>