Shades of Denim #155DB5
Tints of Denim #155DB5
RGB
CMYK
RGB Variations
Color information
#155DB5 (or 0x155DB5) is known color: Denim. HEX triplet: 15, 5D and B5. RGB value is (21,93,181). Sum of RGB (Red+Green+Blue) = 21+93+181=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #155DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DB5 is #EAA24A. Grayscale: #515151. Windows color (decimal): -15376971 or 11885845. OLE color: 11885845.
HSL color Cylindrical-coordinate representation of color #155DB5: hue angle of 213º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155DB5 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 93 | 181 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.29 |
| HSL | 213º | 0.79% | 0.4% | - |
| HSV(B) | 213º | 0.88% | 0.71% | - |
| XYZ | 12.56 | 11.32 | 45.24 | - |
| YUV | 81.5 | 184.15 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 181 | 0.88 | 0.49 | 0 | 0.29 | 213 | 0.79 | 0.4 |
| Hex | 15 | 5D | B5 | 58 | 31 | 0 | 1D | D5 | 4F | 28 |
| Octal | 25 | 135 | 265 | 130 | 61 | 0 | 35 | 325 | 117 | 50 |
| Binary | 10101 | 1011101 | 10110101 | 1011000 | 110001 | 0 | 11101 | 11010101 | 1001111 | 101000 |
Color Harmonies of #155DB5
Complementary color
Monochromatic Colors of #155DB5
Black with #155DB5
Text Example
Text Example
White with #155DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DB5; }
p { color: rgb(21,93,181); }
H1.HeaderClassName
{
color: #155DB5;
}
.AnyTagClassName
{
color: #155DB5;
}
</style>
background-color css
<style>
a { background-color: #155DB5; }
a { background-color: rgb(21,93,181); }
div.DivClassName
{
background-color: #155DB5;
}
.BgClassName
{
background-color: #155DB5;
}
</style>
border-color css
<style>
span { border-color: #155DB5; }
span { border-color: rgb(21,93,181); }
td.TdClassName
{
border-color: #155DB5;
}
.TagClassName
{
border-color: #155DB5;
}
</style>