Shades of Denim #2065BF
Tints of Denim #2065BF
RGB
CMYK
RGB Variations
Color information
#2065BF (or 0x2065BF) is known color: Denim. HEX triplet: 20, 65 and BF. RGB value is (32,101,191). Sum of RGB (Red+Green+Blue) = 32+101+191=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #2065BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2065BF is #DF9A40. Grayscale: #5A5A5A. Windows color (decimal): -14654017 or 12543264. OLE color: 12543264.
HSL color Cylindrical-coordinate representation of color #2065BF: hue angle of 213.96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2065BF is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 101 | 191 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.25 |
| HSL | 213.96º | 0.71% | 0.44% | - |
| HSV(B) | 213.96º | 0.83% | 0.75% | - |
| XYZ | 14.65 | 13.38 | 51.1 | - |
| YUV | 90.63 | 184.64 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 191 | 0.83 | 0.47 | 0 | 0.25 | 213.96 | 0.71 | 0.44 |
| Hex | 20 | 65 | BF | 53 | 2F | 0 | 19 | D6 | 47 | 2C |
| Octal | 40 | 145 | 277 | 123 | 57 | 0 | 31 | 326 | 107 | 54 |
| Binary | 100000 | 1100101 | 10111111 | 1010011 | 101111 | 0 | 11001 | 11010110 | 1000111 | 101100 |
Color Harmonies of #2065BF
Complementary color
Monochromatic Colors of #2065BF
Black with #2065BF
Text Example
Text Example
White with #2065BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2065BF; }
p { color: rgb(32,101,191); }
H1.HeaderClassName
{
color: #2065BF;
}
.AnyTagClassName
{
color: #2065BF;
}
</style>
background-color css
<style>
a { background-color: #2065BF; }
a { background-color: rgb(32,101,191); }
div.DivClassName
{
background-color: #2065BF;
}
.BgClassName
{
background-color: #2065BF;
}
</style>
border-color css
<style>
span { border-color: #2065BF; }
span { border-color: rgb(32,101,191); }
td.TdClassName
{
border-color: #2065BF;
}
.TagClassName
{
border-color: #2065BF;
}
</style>