Shades of Denim #155BCA
Tints of Denim #155BCA
RGB
CMYK
RGB Variations
Color information
#155BCA (or 0x155BCA) is known color: Denim. HEX triplet: 15, 5B and CA. RGB value is (21,91,202). Sum of RGB (Red+Green+Blue) = 21+91+202=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #155BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BCA is #EAA435. Grayscale: #525252. Windows color (decimal): -15377462 or 13261589. OLE color: 13261589.
HSL color Cylindrical-coordinate representation of color #155BCA: hue angle of 216.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155BCA is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 91 | 202 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.21 |
| HSL | 216.8º | 0.81% | 0.44% | - |
| HSV(B) | 216.8º | 0.9% | 0.79% | - |
| XYZ | 14.71 | 11.91 | 57.4 | - |
| YUV | 82.72 | 195.31 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 202 | 0.90 | 0.55 | 0 | 0.21 | 216.8 | 0.81 | 0.44 |
| Hex | 15 | 5B | CA | 5A | 37 | 0 | 15 | D9 | 51 | 2C |
| Octal | 25 | 133 | 312 | 132 | 67 | 0 | 25 | 331 | 121 | 54 |
| Binary | 10101 | 1011011 | 11001010 | 1011010 | 110111 | 0 | 10101 | 11011001 | 1010001 | 101100 |
Color Harmonies of #155BCA
Complementary color
Monochromatic Colors of #155BCA
Black with #155BCA
Text Example
Text Example
White with #155BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BCA; }
p { color: rgb(21,91,202); }
H1.HeaderClassName
{
color: #155BCA;
}
.AnyTagClassName
{
color: #155BCA;
}
</style>
background-color css
<style>
a { background-color: #155BCA; }
a { background-color: rgb(21,91,202); }
div.DivClassName
{
background-color: #155BCA;
}
.BgClassName
{
background-color: #155BCA;
}
</style>
border-color css
<style>
span { border-color: #155BCA; }
span { border-color: rgb(21,91,202); }
td.TdClassName
{
border-color: #155BCA;
}
.TagClassName
{
border-color: #155BCA;
}
</style>