Shades of Denim #155BD6
Tints of Denim #155BD6
RGB
CMYK
RGB Variations
Color information
#155BD6 (or 0x155BD6) is known color: Denim. HEX triplet: 15, 5B and D6. RGB value is (21,91,214). Sum of RGB (Red+Green+Blue) = 21+91+214=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #155BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BD6 is #EAA429. Grayscale: #535353. Windows color (decimal): -15377450 or 14048021. OLE color: 14048021.
HSL color Cylindrical-coordinate representation of color #155BD6: hue angle of 218.24º 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 #155BD6 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 91 | 214 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.16 |
| HSL | 218.24º | 0.82% | 0.46% | - |
| HSV(B) | 218.24º | 0.9% | 0.84% | - |
| XYZ | 16.19 | 12.5 | 65.18 | - |
| YUV | 84.09 | 201.31 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 214 | 0.90 | 0.57 | 0 | 0.16 | 218.24 | 0.82 | 0.46 |
| Hex | 15 | 5B | D6 | 5A | 39 | 0 | 10 | DA | 52 | 2E |
| Octal | 25 | 133 | 326 | 132 | 71 | 0 | 20 | 332 | 122 | 56 |
| Binary | 10101 | 1011011 | 11010110 | 1011010 | 111001 | 0 | 10000 | 11011010 | 1010010 | 101110 |
Color Harmonies of #155BD6
Complementary color
Monochromatic Colors of #155BD6
Black with #155BD6
Text Example
Text Example
White with #155BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BD6; }
p { color: rgb(21,91,214); }
H1.HeaderClassName
{
color: #155BD6;
}
.AnyTagClassName
{
color: #155BD6;
}
</style>
background-color css
<style>
a { background-color: #155BD6; }
a { background-color: rgb(21,91,214); }
div.DivClassName
{
background-color: #155BD6;
}
.BgClassName
{
background-color: #155BD6;
}
</style>
border-color css
<style>
span { border-color: #155BD6; }
span { border-color: rgb(21,91,214); }
td.TdClassName
{
border-color: #155BD6;
}
.TagClassName
{
border-color: #155BD6;
}
</style>