Shades of Denim #2168BE
Tints of Denim #2168BE
RGB
CMYK
RGB Variations
Color information
#2168BE (or 0x2168BE) is known color: Denim. HEX triplet: 21, 68 and BE. RGB value is (33,104,190). Sum of RGB (Red+Green+Blue) = 33+104+190=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #2168BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168BE is #DE9741. Grayscale: #5C5C5C. Windows color (decimal): -14587714 or 12478497. OLE color: 12478497.
HSL color Cylindrical-coordinate representation of color #2168BE: hue angle of 212.87º degrees, saturation: 0.7, 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 #2168BE is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 104 | 190 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.25 |
| HSL | 212.87º | 0.7% | 0.44% | - |
| HSV(B) | 212.87º | 0.83% | 0.75% | - |
| XYZ | 14.87 | 13.94 | 50.62 | - |
| YUV | 92.58 | 182.98 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 190 | 0.83 | 0.45 | 0 | 0.25 | 212.87 | 0.7 | 0.44 |
| Hex | 21 | 68 | BE | 53 | 2D | 0 | 19 | D5 | 46 | 2C |
| Octal | 41 | 150 | 276 | 123 | 55 | 0 | 31 | 325 | 106 | 54 |
| Binary | 100001 | 1101000 | 10111110 | 1010011 | 101101 | 0 | 11001 | 11010101 | 1000110 | 101100 |
Color Harmonies of #2168BE
Complementary color
Monochromatic Colors of #2168BE
Black with #2168BE
Text Example
Text Example
White with #2168BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168BE; }
p { color: rgb(33,104,190); }
H1.HeaderClassName
{
color: #2168BE;
}
.AnyTagClassName
{
color: #2168BE;
}
</style>
background-color css
<style>
a { background-color: #2168BE; }
a { background-color: rgb(33,104,190); }
div.DivClassName
{
background-color: #2168BE;
}
.BgClassName
{
background-color: #2168BE;
}
</style>
border-color css
<style>
span { border-color: #2168BE; }
span { border-color: rgb(33,104,190); }
td.TdClassName
{
border-color: #2168BE;
}
.TagClassName
{
border-color: #2168BE;
}
</style>