Shades of Denim #155DBE
Tints of Denim #155DBE
RGB
CMYK
RGB Variations
Color information
#155DBE (or 0x155DBE) is known color: Denim. HEX triplet: 15, 5D and BE. RGB value is (21,93,190). Sum of RGB (Red+Green+Blue) = 21+93+190=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #155DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DBE is #EAA241. Grayscale: #525252. Windows color (decimal): -15376962 or 12475669. OLE color: 12475669.
HSL color Cylindrical-coordinate representation of color #155DBE: hue angle of 214.44º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155DBE is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 93 | 190 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.25 |
| HSL | 214.44º | 0.8% | 0.41% | - |
| HSV(B) | 214.44º | 0.89% | 0.75% | - |
| XYZ | 13.52 | 11.71 | 50.26 | - |
| YUV | 82.53 | 188.65 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 190 | 0.89 | 0.51 | 0 | 0.25 | 214.44 | 0.8 | 0.41 |
| Hex | 15 | 5D | BE | 59 | 33 | 0 | 19 | D6 | 50 | 29 |
| Octal | 25 | 135 | 276 | 131 | 63 | 0 | 31 | 326 | 120 | 51 |
| Binary | 10101 | 1011101 | 10111110 | 1011001 | 110011 | 0 | 11001 | 11010110 | 1010000 | 101001 |
Color Harmonies of #155DBE
Complementary color
Monochromatic Colors of #155DBE
Black with #155DBE
Text Example
Text Example
White with #155DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DBE; }
p { color: rgb(21,93,190); }
H1.HeaderClassName
{
color: #155DBE;
}
.AnyTagClassName
{
color: #155DBE;
}
</style>
background-color css
<style>
a { background-color: #155DBE; }
a { background-color: rgb(21,93,190); }
div.DivClassName
{
background-color: #155DBE;
}
.BgClassName
{
background-color: #155DBE;
}
</style>
border-color css
<style>
span { border-color: #155DBE; }
span { border-color: rgb(21,93,190); }
td.TdClassName
{
border-color: #155DBE;
}
.TagClassName
{
border-color: #155DBE;
}
</style>