Shades of Denim #2163C6
Tints of Denim #2163C6
RGB
CMYK
RGB Variations
Color information
#2163C6 (or 0x2163C6) is known color: Denim. HEX triplet: 21, 63 and C6. RGB value is (33,99,198). Sum of RGB (Red+Green+Blue) = 33+99+198=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #2163C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2163C6 is #DE9C39. Grayscale: #5A5A5A. Windows color (decimal): -14588986 or 13001505. OLE color: 13001505.
HSL color Cylindrical-coordinate representation of color #2163C6: hue angle of 216º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2163C6 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 99 | 198 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.22 |
| HSL | 216º | 0.71% | 0.45% | - |
| HSV(B) | 216º | 0.83% | 0.78% | - |
| XYZ | 15.28 | 13.32 | 55.19 | - |
| YUV | 90.55 | 188.63 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 198 | 0.83 | 0.50 | 0 | 0.22 | 216 | 0.71 | 0.45 |
| Hex | 21 | 63 | C6 | 53 | 32 | 0 | 16 | D8 | 47 | 2D |
| Octal | 41 | 143 | 306 | 123 | 62 | 0 | 26 | 330 | 107 | 55 |
| Binary | 100001 | 1100011 | 11000110 | 1010011 | 110010 | 0 | 10110 | 11011000 | 1000111 | 101101 |
Color Harmonies of #2163C6
Complementary color
Monochromatic Colors of #2163C6
Black with #2163C6
Text Example
Text Example
White with #2163C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2163C6; }
p { color: rgb(33,99,198); }
H1.HeaderClassName
{
color: #2163C6;
}
.AnyTagClassName
{
color: #2163C6;
}
</style>
background-color css
<style>
a { background-color: #2163C6; }
a { background-color: rgb(33,99,198); }
div.DivClassName
{
background-color: #2163C6;
}
.BgClassName
{
background-color: #2163C6;
}
</style>
border-color css
<style>
span { border-color: #2163C6; }
span { border-color: rgb(33,99,198); }
td.TdClassName
{
border-color: #2163C6;
}
.TagClassName
{
border-color: #2163C6;
}
</style>