Shades of Denim #2165CB
Tints of Denim #2165CB
RGB
CMYK
RGB Variations
Color information
#2165CB (or 0x2165CB) is known color: Denim. HEX triplet: 21, 65 and CB. RGB value is (33,101,203). Sum of RGB (Red+Green+Blue) = 33+101+203=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #2165CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2165CB is #DE9A34. Grayscale: #5B5B5B. Windows color (decimal): -14588469 or 13329697. OLE color: 13329697.
HSL color Cylindrical-coordinate representation of color #2165CB: hue angle of 216º 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 #2165CB is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 101 | 203 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.20 |
| HSL | 216º | 0.72% | 0.46% | - |
| HSV(B) | 216º | 0.84% | 0.8% | - |
| XYZ | 16.06 | 13.94 | 58.34 | - |
| YUV | 92.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 203 | 0.84 | 0.50 | 0 | 0.20 | 216 | 0.72 | 0.46 |
| Hex | 21 | 65 | CB | 54 | 32 | 0 | 14 | D8 | 48 | 2E |
| Octal | 41 | 145 | 313 | 124 | 62 | 0 | 24 | 330 | 110 | 56 |
| Binary | 100001 | 1100101 | 11001011 | 1010100 | 110010 | 0 | 10100 | 11011000 | 1001000 | 101110 |
Color Harmonies of #2165CB
Complementary color
Monochromatic Colors of #2165CB
Black with #2165CB
Text Example
Text Example
White with #2165CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165CB; }
p { color: rgb(33,101,203); }
H1.HeaderClassName
{
color: #2165CB;
}
.AnyTagClassName
{
color: #2165CB;
}
</style>
background-color css
<style>
a { background-color: #2165CB; }
a { background-color: rgb(33,101,203); }
div.DivClassName
{
background-color: #2165CB;
}
.BgClassName
{
background-color: #2165CB;
}
</style>
border-color css
<style>
span { border-color: #2165CB; }
span { border-color: rgb(33,101,203); }
td.TdClassName
{
border-color: #2165CB;
}
.TagClassName
{
border-color: #2165CB;
}
</style>