Shades of Denim #155DB2
Tints of Denim #155DB2
RGB
CMYK
RGB Variations
Color information
#155DB2 (or 0x155DB2) is known color: Denim. HEX triplet: 15, 5D and B2. RGB value is (21,93,178). Sum of RGB (Red+Green+Blue) = 21+93+178=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #155DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DB2 is #EAA24D. Grayscale: #505050. Windows color (decimal): -15376974 or 11689237. OLE color: 11689237.
HSL color Cylindrical-coordinate representation of color #155DB2: hue angle of 212.48º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155DB2 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 93 | 178 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.30 |
| HSL | 212.48º | 0.79% | 0.39% | - |
| HSV(B) | 212.48º | 0.88% | 0.7% | - |
| XYZ | 12.26 | 11.2 | 43.64 | - |
| YUV | 81.16 | 182.65 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 178 | 0.88 | 0.48 | 0 | 0.30 | 212.48 | 0.79 | 0.39 |
| Hex | 15 | 5D | B2 | 58 | 30 | 0 | 1E | D4 | 4F | 27 |
| Octal | 25 | 135 | 262 | 130 | 60 | 0 | 36 | 324 | 117 | 47 |
| Binary | 10101 | 1011101 | 10110010 | 1011000 | 110000 | 0 | 11110 | 11010100 | 1001111 | 100111 |
Color Harmonies of #155DB2
Complementary color
Monochromatic Colors of #155DB2
Black with #155DB2
Text Example
Text Example
White with #155DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DB2; }
p { color: rgb(21,93,178); }
H1.HeaderClassName
{
color: #155DB2;
}
.AnyTagClassName
{
color: #155DB2;
}
</style>
background-color css
<style>
a { background-color: #155DB2; }
a { background-color: rgb(21,93,178); }
div.DivClassName
{
background-color: #155DB2;
}
.BgClassName
{
background-color: #155DB2;
}
</style>
border-color css
<style>
span { border-color: #155DB2; }
span { border-color: rgb(21,93,178); }
td.TdClassName
{
border-color: #155DB2;
}
.TagClassName
{
border-color: #155DB2;
}
</style>