Shades of Denim #2164CB
Tints of Denim #2164CB
RGB
CMYK
RGB Variations
Color information
#2164CB (or 0x2164CB) is known color: Denim. HEX triplet: 21, 64 and CB. RGB value is (33,100,203). Sum of RGB (Red+Green+Blue) = 33+100+203=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #2164CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2164CB is #DE9B34. Grayscale: #5B5B5B. Windows color (decimal): -14588725 or 13329441. OLE color: 13329441.
HSL color Cylindrical-coordinate representation of color #2164CB: hue angle of 216.35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2164CB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 100 | 203 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.20 |
| HSL | 216.35º | 0.72% | 0.46% | - |
| HSV(B) | 216.35º | 0.84% | 0.8% | - |
| XYZ | 15.96 | 13.75 | 58.31 | - |
| YUV | 91.71 | 190.8 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 203 | 0.84 | 0.51 | 0 | 0.20 | 216.35 | 0.72 | 0.46 |
| Hex | 21 | 64 | CB | 54 | 33 | 0 | 14 | D8 | 48 | 2E |
| Octal | 41 | 144 | 313 | 124 | 63 | 0 | 24 | 330 | 110 | 56 |
| Binary | 100001 | 1100100 | 11001011 | 1010100 | 110011 | 0 | 10100 | 11011000 | 1001000 | 101110 |
Color Harmonies of #2164CB
Complementary color
Monochromatic Colors of #2164CB
Black with #2164CB
Text Example
Text Example
White with #2164CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2164CB; }
p { color: rgb(33,100,203); }
H1.HeaderClassName
{
color: #2164CB;
}
.AnyTagClassName
{
color: #2164CB;
}
</style>
background-color css
<style>
a { background-color: #2164CB; }
a { background-color: rgb(33,100,203); }
div.DivClassName
{
background-color: #2164CB;
}
.BgClassName
{
background-color: #2164CB;
}
</style>
border-color css
<style>
span { border-color: #2164CB; }
span { border-color: rgb(33,100,203); }
td.TdClassName
{
border-color: #2164CB;
}
.TagClassName
{
border-color: #2164CB;
}
</style>