Shades of Denim #155DCB
Tints of Denim #155DCB
RGB
CMYK
RGB Variations
Color information
#155DCB (or 0x155DCB) is known color: Denim. HEX triplet: 15, 5D and CB. RGB value is (21,93,203). Sum of RGB (Red+Green+Blue) = 21+93+203=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #155DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DCB is #EAA234. Grayscale: #535353. Windows color (decimal): -15376949 or 13327637. OLE color: 13327637.
HSL color Cylindrical-coordinate representation of color #155DCB: hue angle of 216.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155DCB is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 93 | 203 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.20 |
| HSL | 216.26º | 0.81% | 0.44% | - |
| HSV(B) | 216.26º | 0.9% | 0.8% | - |
| XYZ | 15 | 12.3 | 58.08 | - |
| YUV | 84.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 203 | 0.90 | 0.54 | 0 | 0.20 | 216.26 | 0.81 | 0.44 |
| Hex | 15 | 5D | CB | 5A | 36 | 0 | 14 | D8 | 51 | 2C |
| Octal | 25 | 135 | 313 | 132 | 66 | 0 | 24 | 330 | 121 | 54 |
| Binary | 10101 | 1011101 | 11001011 | 1011010 | 110110 | 0 | 10100 | 11011000 | 1010001 | 101100 |
Color Harmonies of #155DCB
Complementary color
Monochromatic Colors of #155DCB
Black with #155DCB
Text Example
Text Example
White with #155DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DCB; }
p { color: rgb(21,93,203); }
H1.HeaderClassName
{
color: #155DCB;
}
.AnyTagClassName
{
color: #155DCB;
}
</style>
background-color css
<style>
a { background-color: #155DCB; }
a { background-color: rgb(21,93,203); }
div.DivClassName
{
background-color: #155DCB;
}
.BgClassName
{
background-color: #155DCB;
}
</style>
border-color css
<style>
span { border-color: #155DCB; }
span { border-color: rgb(21,93,203); }
td.TdClassName
{
border-color: #155DCB;
}
.TagClassName
{
border-color: #155DCB;
}
</style>