Shades of Denim #2168CE
Tints of Denim #2168CE
RGB
CMYK
RGB Variations
Color information
#2168CE (or 0x2168CE) is known color: Denim. HEX triplet: 21, 68 and CE. RGB value is (33,104,206). Sum of RGB (Red+Green+Blue) = 33+104+206=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #2168CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168CE is #DE9731. Grayscale: #5D5D5D. Windows color (decimal): -14587698 or 13527073. OLE color: 13527073.
HSL color Cylindrical-coordinate representation of color #2168CE: hue angle of 215.38º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2168CE is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 104 | 206 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.19 |
| HSL | 215.38º | 0.72% | 0.47% | - |
| HSV(B) | 215.38º | 0.84% | 0.81% | - |
| XYZ | 16.72 | 14.68 | 60.34 | - |
| YUV | 94.4 | 190.98 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 206 | 0.84 | 0.50 | 0 | 0.19 | 215.38 | 0.72 | 0.47 |
| Hex | 21 | 68 | CE | 54 | 32 | 0 | 13 | D7 | 48 | 2F |
| Octal | 41 | 150 | 316 | 124 | 62 | 0 | 23 | 327 | 110 | 57 |
| Binary | 100001 | 1101000 | 11001110 | 1010100 | 110010 | 0 | 10011 | 11010111 | 1001000 | 101111 |
Color Harmonies of #2168CE
Complementary color
Monochromatic Colors of #2168CE
Black with #2168CE
Text Example
Text Example
White with #2168CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168CE; }
p { color: rgb(33,104,206); }
H1.HeaderClassName
{
color: #2168CE;
}
.AnyTagClassName
{
color: #2168CE;
}
</style>
background-color css
<style>
a { background-color: #2168CE; }
a { background-color: rgb(33,104,206); }
div.DivClassName
{
background-color: #2168CE;
}
.BgClassName
{
background-color: #2168CE;
}
</style>
border-color css
<style>
span { border-color: #2168CE; }
span { border-color: rgb(33,104,206); }
td.TdClassName
{
border-color: #2168CE;
}
.TagClassName
{
border-color: #2168CE;
}
</style>