Shades of Denim #2065D1
Tints of Denim #2065D1
RGB
CMYK
RGB Variations
Color information
#2065D1 (or 0x2065D1) is known color: Denim. HEX triplet: 20, 65 and D1. RGB value is (32,101,209). Sum of RGB (Red+Green+Blue) = 32+101+209=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 209 (82.03% from 255 or 61.11% from 342); Max value from RGB is 209 - color contains mainly: blue. Hex color #2065D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2065D1 is #DF9A2E. Grayscale: #5C5C5C. Windows color (decimal): -14653999 or 13722912. OLE color: 13722912.
HSL color Cylindrical-coordinate representation of color #2065D1: hue angle of 216.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2065D1 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 101 | 209 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.18 |
| HSL | 216.61º | 0.73% | 0.47% | - |
| HSV(B) | 216.61º | 0.85% | 0.82% | - |
| XYZ | 16.76 | 14.22 | 62.18 | - |
| YUV | 92.68 | 193.64 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 209 | 0.85 | 0.52 | 0 | 0.18 | 216.61 | 0.73 | 0.47 |
| Hex | 20 | 65 | D1 | 55 | 34 | 0 | 12 | D9 | 49 | 2F |
| Octal | 40 | 145 | 321 | 125 | 64 | 0 | 22 | 331 | 111 | 57 |
| Binary | 100000 | 1100101 | 11010001 | 1010101 | 110100 | 0 | 10010 | 11011001 | 1001001 | 101111 |
Color Harmonies of #2065D1
Complementary color
Monochromatic Colors of #2065D1
Black with #2065D1
Text Example
Text Example
White with #2065D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2065D1; }
p { color: rgb(32,101,209); }
H1.HeaderClassName
{
color: #2065D1;
}
.AnyTagClassName
{
color: #2065D1;
}
</style>
background-color css
<style>
a { background-color: #2065D1; }
a { background-color: rgb(32,101,209); }
div.DivClassName
{
background-color: #2065D1;
}
.BgClassName
{
background-color: #2065D1;
}
</style>
border-color css
<style>
span { border-color: #2065D1; }
span { border-color: rgb(32,101,209); }
td.TdClassName
{
border-color: #2065D1;
}
.TagClassName
{
border-color: #2065D1;
}
</style>