Shades of Denim #155DB7
Tints of Denim #155DB7
RGB
CMYK
RGB Variations
Color information
#155DB7 (or 0x155DB7) is known color: Denim. HEX triplet: 15, 5D and B7. RGB value is (21,93,183). Sum of RGB (Red+Green+Blue) = 21+93+183=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 183 (71.88% from 255 or 61.62% from 297); Max value from RGB is 183 - color contains mainly: blue. Hex color #155DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DB7 is #EAA248. Grayscale: #515151. Windows color (decimal): -15376969 or 12016917. OLE color: 12016917.
HSL color Cylindrical-coordinate representation of color #155DB7: hue angle of 213.33º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155DB7 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 93 | 183 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.28 |
| HSL | 213.33º | 0.79% | 0.4% | - |
| HSV(B) | 213.33º | 0.89% | 0.72% | - |
| XYZ | 12.77 | 11.41 | 46.33 | - |
| YUV | 81.73 | 185.15 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 183 | 0.89 | 0.49 | 0 | 0.28 | 213.33 | 0.79 | 0.4 |
| Hex | 15 | 5D | B7 | 59 | 31 | 0 | 1C | D5 | 4F | 28 |
| Octal | 25 | 135 | 267 | 131 | 61 | 0 | 34 | 325 | 117 | 50 |
| Binary | 10101 | 1011101 | 10110111 | 1011001 | 110001 | 0 | 11100 | 11010101 | 1001111 | 101000 |
Color Harmonies of #155DB7
Complementary color
Monochromatic Colors of #155DB7
Black with #155DB7
Text Example
Text Example
White with #155DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DB7; }
p { color: rgb(21,93,183); }
H1.HeaderClassName
{
color: #155DB7;
}
.AnyTagClassName
{
color: #155DB7;
}
</style>
background-color css
<style>
a { background-color: #155DB7; }
a { background-color: rgb(21,93,183); }
div.DivClassName
{
background-color: #155DB7;
}
.BgClassName
{
background-color: #155DB7;
}
</style>
border-color css
<style>
span { border-color: #155DB7; }
span { border-color: rgb(21,93,183); }
td.TdClassName
{
border-color: #155DB7;
}
.TagClassName
{
border-color: #155DB7;
}
</style>