Shades of Denim #2158AC
Tints of Denim #2158AC
RGB
CMYK
RGB Variations
Color information
#2158AC (or 0x2158AC) is known color: Denim. HEX triplet: 21, 58 and AC. RGB value is (33,88,172). Sum of RGB (Red+Green+Blue) = 33+88+172=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #2158AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2158AC is #DEA753. Grayscale: #505050. Windows color (decimal): -14591828 or 11294753. OLE color: 11294753.
HSL color Cylindrical-coordinate representation of color #2158AC: hue angle of 216.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2158AC is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 88 | 172 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.33 |
| HSL | 216.26º | 0.68% | 0.4% | - |
| HSV(B) | 216.26º | 0.81% | 0.67% | - |
| XYZ | 11.56 | 10.28 | 40.4 | - |
| YUV | 81.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 172 | 0.81 | 0.49 | 0 | 0.33 | 216.26 | 0.68 | 0.4 |
| Hex | 21 | 58 | AC | 51 | 31 | 0 | 21 | D8 | 44 | 28 |
| Octal | 41 | 130 | 254 | 121 | 61 | 0 | 41 | 330 | 104 | 50 |
| Binary | 100001 | 1011000 | 10101100 | 1010001 | 110001 | 0 | 100001 | 11011000 | 1000100 | 101000 |
Color Harmonies of #2158AC
Complementary color
Monochromatic Colors of #2158AC
Black with #2158AC
Text Example
Text Example
White with #2158AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2158AC; }
p { color: rgb(33,88,172); }
H1.HeaderClassName
{
color: #2158AC;
}
.AnyTagClassName
{
color: #2158AC;
}
</style>
background-color css
<style>
a { background-color: #2158AC; }
a { background-color: rgb(33,88,172); }
div.DivClassName
{
background-color: #2158AC;
}
.BgClassName
{
background-color: #2158AC;
}
</style>
border-color css
<style>
span { border-color: #2158AC; }
span { border-color: rgb(33,88,172); }
td.TdClassName
{
border-color: #2158AC;
}
.TagClassName
{
border-color: #2158AC;
}
</style>