Shades of Denim #2164BF
Tints of Denim #2164BF
RGB
CMYK
RGB Variations
Color information
#2164BF (or 0x2164BF) is known color: Denim. HEX triplet: 21, 64 and BF. RGB value is (33,100,191). Sum of RGB (Red+Green+Blue) = 33+100+191=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 100 (39.45% from 255 or 30.86% 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 #2164BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2164BF is #DE9B40. Grayscale: #595959. Windows color (decimal): -14588737 or 12543009. OLE color: 12543009.
HSL color Cylindrical-coordinate representation of color #2164BF: hue angle of 214.56º 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 #2164BF is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 100 | 191 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.25 |
| HSL | 214.56º | 0.71% | 0.44% | - |
| HSV(B) | 214.56º | 0.83% | 0.75% | - |
| XYZ | 14.59 | 13.2 | 51.07 | - |
| YUV | 90.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 191 | 0.83 | 0.48 | 0 | 0.25 | 214.56 | 0.71 | 0.44 |
| Hex | 21 | 64 | BF | 53 | 30 | 0 | 19 | D7 | 47 | 2C |
| Octal | 41 | 144 | 277 | 123 | 60 | 0 | 31 | 327 | 107 | 54 |
| Binary | 100001 | 1100100 | 10111111 | 1010011 | 110000 | 0 | 11001 | 11010111 | 1000111 | 101100 |
Color Harmonies of #2164BF
Complementary color
Monochromatic Colors of #2164BF
Black with #2164BF
Text Example
Text Example
White with #2164BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2164BF; }
p { color: rgb(33,100,191); }
H1.HeaderClassName
{
color: #2164BF;
}
.AnyTagClassName
{
color: #2164BF;
}
</style>
background-color css
<style>
a { background-color: #2164BF; }
a { background-color: rgb(33,100,191); }
div.DivClassName
{
background-color: #2164BF;
}
.BgClassName
{
background-color: #2164BF;
}
</style>
border-color css
<style>
span { border-color: #2164BF; }
span { border-color: rgb(33,100,191); }
td.TdClassName
{
border-color: #2164BF;
}
.TagClassName
{
border-color: #2164BF;
}
</style>