Shades of Denim #2065BE
Tints of Denim #2065BE
RGB
CMYK
RGB Variations
Color information
#2065BE (or 0x2065BE) is known color: Denim. HEX triplet: 20, 65 and BE. RGB value is (32,101,190). Sum of RGB (Red+Green+Blue) = 32+101+190=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #2065BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2065BE is #DF9A41. Grayscale: #5A5A5A. Windows color (decimal): -14654018 or 12477728. OLE color: 12477728.
HSL color Cylindrical-coordinate representation of color #2065BE: hue angle of 213.8º 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 #2065BE is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 101 | 190 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.25 |
| HSL | 213.8º | 0.71% | 0.44% | - |
| HSV(B) | 213.8º | 0.83% | 0.75% | - |
| XYZ | 14.54 | 13.33 | 50.52 | - |
| YUV | 90.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 190 | 0.83 | 0.47 | 0 | 0.25 | 213.8 | 0.71 | 0.44 |
| Hex | 20 | 65 | BE | 53 | 2F | 0 | 19 | D6 | 47 | 2C |
| Octal | 40 | 145 | 276 | 123 | 57 | 0 | 31 | 326 | 107 | 54 |
| Binary | 100000 | 1100101 | 10111110 | 1010011 | 101111 | 0 | 11001 | 11010110 | 1000111 | 101100 |
Color Harmonies of #2065BE
Complementary color
Monochromatic Colors of #2065BE
Black with #2065BE
Text Example
Text Example
White with #2065BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2065BE; }
p { color: rgb(32,101,190); }
H1.HeaderClassName
{
color: #2065BE;
}
.AnyTagClassName
{
color: #2065BE;
}
</style>
background-color css
<style>
a { background-color: #2065BE; }
a { background-color: rgb(32,101,190); }
div.DivClassName
{
background-color: #2065BE;
}
.BgClassName
{
background-color: #2065BE;
}
</style>
border-color css
<style>
span { border-color: #2065BE; }
span { border-color: rgb(32,101,190); }
td.TdClassName
{
border-color: #2065BE;
}
.TagClassName
{
border-color: #2065BE;
}
</style>