Shades of Denim #2165BF
Tints of Denim #2165BF
RGB
CMYK
RGB Variations
Color information
#2165BF (or 0x2165BF) is known color: Denim. HEX triplet: 21, 65 and BF. RGB value is (33,101,191). Sum of RGB (Red+Green+Blue) = 33+101+191=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #2165BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2165BF is #DE9A40. Grayscale: #5A5A5A. Windows color (decimal): -14588481 or 12543265. OLE color: 12543265.
HSL color Cylindrical-coordinate representation of color #2165BF: hue angle of 214.18º 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 #2165BF is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 101 | 191 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.25 |
| HSL | 214.18º | 0.71% | 0.44% | - |
| HSV(B) | 214.18º | 0.83% | 0.75% | - |
| XYZ | 14.68 | 13.39 | 51.1 | - |
| YUV | 90.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 191 | 0.83 | 0.47 | 0 | 0.25 | 214.18 | 0.71 | 0.44 |
| Hex | 21 | 65 | BF | 53 | 2F | 0 | 19 | D6 | 47 | 2C |
| Octal | 41 | 145 | 277 | 123 | 57 | 0 | 31 | 326 | 107 | 54 |
| Binary | 100001 | 1100101 | 10111111 | 1010011 | 101111 | 0 | 11001 | 11010110 | 1000111 | 101100 |
Color Harmonies of #2165BF
Complementary color
Monochromatic Colors of #2165BF
Black with #2165BF
Text Example
Text Example
White with #2165BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165BF; }
p { color: rgb(33,101,191); }
H1.HeaderClassName
{
color: #2165BF;
}
.AnyTagClassName
{
color: #2165BF;
}
</style>
background-color css
<style>
a { background-color: #2165BF; }
a { background-color: rgb(33,101,191); }
div.DivClassName
{
background-color: #2165BF;
}
.BgClassName
{
background-color: #2165BF;
}
</style>
border-color css
<style>
span { border-color: #2165BF; }
span { border-color: rgb(33,101,191); }
td.TdClassName
{
border-color: #2165BF;
}
.TagClassName
{
border-color: #2165BF;
}
</style>