Shades of Denim #2160BF
Tints of Denim #2160BF
RGB
CMYK
RGB Variations
Color information
#2160BF (or 0x2160BF) is known color: Denim. HEX triplet: 21, 60 and BF. RGB value is (33,96,191). Sum of RGB (Red+Green+Blue) = 33+96+191=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #2160BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2160BF is #DE9F40. Grayscale: #575757. Windows color (decimal): -14589761 or 12541985. OLE color: 12541985.
HSL color Cylindrical-coordinate representation of color #2160BF: hue angle of 216.08º 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 #2160BF is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 96 | 191 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.25 |
| HSL | 216.08º | 0.71% | 0.44% | - |
| HSV(B) | 216.08º | 0.83% | 0.75% | - |
| XYZ | 14.21 | 12.45 | 50.94 | - |
| YUV | 87.99 | 186.13 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 191 | 0.83 | 0.50 | 0 | 0.25 | 216.08 | 0.71 | 0.44 |
| Hex | 21 | 60 | BF | 53 | 32 | 0 | 19 | D8 | 47 | 2C |
| Octal | 41 | 140 | 277 | 123 | 62 | 0 | 31 | 330 | 107 | 54 |
| Binary | 100001 | 1100000 | 10111111 | 1010011 | 110010 | 0 | 11001 | 11011000 | 1000111 | 101100 |
Color Harmonies of #2160BF
Complementary color
Monochromatic Colors of #2160BF
Black with #2160BF
Text Example
Text Example
White with #2160BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160BF; }
p { color: rgb(33,96,191); }
H1.HeaderClassName
{
color: #2160BF;
}
.AnyTagClassName
{
color: #2160BF;
}
</style>
background-color css
<style>
a { background-color: #2160BF; }
a { background-color: rgb(33,96,191); }
div.DivClassName
{
background-color: #2160BF;
}
.BgClassName
{
background-color: #2160BF;
}
</style>
border-color css
<style>
span { border-color: #2160BF; }
span { border-color: rgb(33,96,191); }
td.TdClassName
{
border-color: #2160BF;
}
.TagClassName
{
border-color: #2160BF;
}
</style>