Shades of Denim #155AD6
Tints of Denim #155AD6
RGB
CMYK
RGB Variations
Color information
#155AD6 (or 0x155AD6) is known color: Denim. HEX triplet: 15, 5A and D6. RGB value is (21,90,214). Sum of RGB (Red+Green+Blue) = 21+90+214=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #155AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AD6 is #EAA529. Grayscale: #525252. Windows color (decimal): -15377706 or 14047765. OLE color: 14047765.
HSL color Cylindrical-coordinate representation of color #155AD6: hue angle of 218.55º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155AD6 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 90 | 214 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.16 |
| HSL | 218.55º | 0.82% | 0.46% | - |
| HSV(B) | 218.55º | 0.9% | 0.84% | - |
| XYZ | 16.1 | 12.33 | 65.15 | - |
| YUV | 83.51 | 201.64 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 214 | 0.90 | 0.58 | 0 | 0.16 | 218.55 | 0.82 | 0.46 |
| Hex | 15 | 5A | D6 | 5A | 3A | 0 | 10 | DB | 52 | 2E |
| Octal | 25 | 132 | 326 | 132 | 72 | 0 | 20 | 333 | 122 | 56 |
| Binary | 10101 | 1011010 | 11010110 | 1011010 | 111010 | 0 | 10000 | 11011011 | 1010010 | 101110 |
Color Harmonies of #155AD6
Complementary color
Monochromatic Colors of #155AD6
Black with #155AD6
Text Example
Text Example
White with #155AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AD6; }
p { color: rgb(21,90,214); }
H1.HeaderClassName
{
color: #155AD6;
}
.AnyTagClassName
{
color: #155AD6;
}
</style>
background-color css
<style>
a { background-color: #155AD6; }
a { background-color: rgb(21,90,214); }
div.DivClassName
{
background-color: #155AD6;
}
.BgClassName
{
background-color: #155AD6;
}
</style>
border-color css
<style>
span { border-color: #155AD6; }
span { border-color: rgb(21,90,214); }
td.TdClassName
{
border-color: #155AD6;
}
.TagClassName
{
border-color: #155AD6;
}
</style>