Shades of Denim #155DA8
Tints of Denim #155DA8
RGB
CMYK
RGB Variations
Color information
#155DA8 (or 0x155DA8) is known color: Denim. HEX triplet: 15, 5D and A8. RGB value is (21,93,168). Sum of RGB (Red+Green+Blue) = 21+93+168=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #155DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DA8 is #EAA257. Grayscale: #4F4F4F. Windows color (decimal): -15376984 or 11033877. OLE color: 11033877.
HSL color Cylindrical-coordinate representation of color #155DA8: hue angle of 210.61º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155DA8 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 93 | 168 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.34 |
| HSL | 210.61º | 0.78% | 0.37% | - |
| HSV(B) | 210.61º | 0.88% | 0.66% | - |
| XYZ | 11.29 | 10.82 | 38.54 | - |
| YUV | 80.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 168 | 0.88 | 0.45 | 0 | 0.34 | 210.61 | 0.78 | 0.37 |
| Hex | 15 | 5D | A8 | 58 | 2D | 0 | 22 | D3 | 4E | 25 |
| Octal | 25 | 135 | 250 | 130 | 55 | 0 | 42 | 323 | 116 | 45 |
| Binary | 10101 | 1011101 | 10101000 | 1011000 | 101101 | 0 | 100010 | 11010011 | 1001110 | 100101 |
Color Harmonies of #155DA8
Complementary color
Monochromatic Colors of #155DA8
Black with #155DA8
Text Example
Text Example
White with #155DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DA8; }
p { color: rgb(21,93,168); }
H1.HeaderClassName
{
color: #155DA8;
}
.AnyTagClassName
{
color: #155DA8;
}
</style>
background-color css
<style>
a { background-color: #155DA8; }
a { background-color: rgb(21,93,168); }
div.DivClassName
{
background-color: #155DA8;
}
.BgClassName
{
background-color: #155DA8;
}
</style>
border-color css
<style>
span { border-color: #155DA8; }
span { border-color: rgb(21,93,168); }
td.TdClassName
{
border-color: #155DA8;
}
.TagClassName
{
border-color: #155DA8;
}
</style>