Shades of Denim #155AD8
Tints of Denim #155AD8
RGB
CMYK
RGB Variations
Color information
#155AD8 (or 0x155AD8) is known color: Denim. HEX triplet: 15, 5A and D8. RGB value is (21,90,216). Sum of RGB (Red+Green+Blue) = 21+90+216=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 216 (84.77% from 255 or 66.06% from 327); Max value from RGB is 216 - color contains mainly: blue. Hex color #155AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AD8 is #EAA527. Grayscale: #535353. Windows color (decimal): -15377704 or 14178837. OLE color: 14178837.
HSL color Cylindrical-coordinate representation of color #155AD8: hue angle of 218.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155AD8 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 90 | 216 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.15 |
| HSL | 218.77º | 0.82% | 0.46% | - |
| HSV(B) | 218.77º | 0.9% | 0.85% | - |
| XYZ | 16.36 | 12.43 | 66.5 | - |
| YUV | 83.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 216 | 0.90 | 0.58 | 0 | 0.15 | 218.77 | 0.82 | 0.46 |
| Hex | 15 | 5A | D8 | 5A | 3A | 0 | F | DB | 52 | 2E |
| Octal | 25 | 132 | 330 | 132 | 72 | 0 | 17 | 333 | 122 | 56 |
| Binary | 10101 | 1011010 | 11011000 | 1011010 | 111010 | 0 | 1111 | 11011011 | 1010010 | 101110 |
Color Harmonies of #155AD8
Complementary color
Monochromatic Colors of #155AD8
Black with #155AD8
Text Example
Text Example
White with #155AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AD8; }
p { color: rgb(21,90,216); }
H1.HeaderClassName
{
color: #155AD8;
}
.AnyTagClassName
{
color: #155AD8;
}
</style>
background-color css
<style>
a { background-color: #155AD8; }
a { background-color: rgb(21,90,216); }
div.DivClassName
{
background-color: #155AD8;
}
.BgClassName
{
background-color: #155AD8;
}
</style>
border-color css
<style>
span { border-color: #155AD8; }
span { border-color: rgb(21,90,216); }
td.TdClassName
{
border-color: #155AD8;
}
.TagClassName
{
border-color: #155AD8;
}
</style>