Shades of Denim #155DBD
Tints of Denim #155DBD
RGB
CMYK
RGB Variations
Color information
#155DBD (or 0x155DBD) is known color: Denim. HEX triplet: 15, 5D and BD. RGB value is (21,93,189). Sum of RGB (Red+Green+Blue) = 21+93+189=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #155DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DBD is #EAA242. Grayscale: #515151. Windows color (decimal): -15376963 or 12410133. OLE color: 12410133.
HSL color Cylindrical-coordinate representation of color #155DBD: hue angle of 214.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155DBD is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 93 | 189 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.26 |
| HSL | 214.29º | 0.8% | 0.41% | - |
| HSV(B) | 214.29º | 0.89% | 0.74% | - |
| XYZ | 13.41 | 11.66 | 49.69 | - |
| YUV | 82.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 189 | 0.89 | 0.51 | 0 | 0.26 | 214.29 | 0.8 | 0.41 |
| Hex | 15 | 5D | BD | 59 | 33 | 0 | 1A | D6 | 50 | 29 |
| Octal | 25 | 135 | 275 | 131 | 63 | 0 | 32 | 326 | 120 | 51 |
| Binary | 10101 | 1011101 | 10111101 | 1011001 | 110011 | 0 | 11010 | 11010110 | 1010000 | 101001 |
Color Harmonies of #155DBD
Complementary color
Monochromatic Colors of #155DBD
Black with #155DBD
Text Example
Text Example
White with #155DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DBD; }
p { color: rgb(21,93,189); }
H1.HeaderClassName
{
color: #155DBD;
}
.AnyTagClassName
{
color: #155DBD;
}
</style>
background-color css
<style>
a { background-color: #155DBD; }
a { background-color: rgb(21,93,189); }
div.DivClassName
{
background-color: #155DBD;
}
.BgClassName
{
background-color: #155DBD;
}
</style>
border-color css
<style>
span { border-color: #155DBD; }
span { border-color: rgb(21,93,189); }
td.TdClassName
{
border-color: #155DBD;
}
.TagClassName
{
border-color: #155DBD;
}
</style>