Shades of Denim #155CBC
Tints of Denim #155CBC
RGB
CMYK
RGB Variations
Color information
#155CBC (or 0x155CBC) is known color: Denim. HEX triplet: 15, 5C and BC. RGB value is (21,92,188). Sum of RGB (Red+Green+Blue) = 21+92+188=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #155CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CBC is #EAA343. Grayscale: #515151. Windows color (decimal): -15377220 or 12344341. OLE color: 12344341.
HSL color Cylindrical-coordinate representation of color #155CBC: hue angle of 214.49º 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 #155CBC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 92 | 188 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.26 |
| HSL | 214.49º | 0.8% | 0.41% | - |
| HSV(B) | 214.49º | 0.89% | 0.74% | - |
| XYZ | 13.21 | 11.44 | 49.09 | - |
| YUV | 81.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 188 | 0.89 | 0.51 | 0 | 0.26 | 214.49 | 0.8 | 0.41 |
| Hex | 15 | 5C | BC | 59 | 33 | 0 | 1A | D6 | 50 | 29 |
| Octal | 25 | 134 | 274 | 131 | 63 | 0 | 32 | 326 | 120 | 51 |
| Binary | 10101 | 1011100 | 10111100 | 1011001 | 110011 | 0 | 11010 | 11010110 | 1010000 | 101001 |
Color Harmonies of #155CBC
Complementary color
Monochromatic Colors of #155CBC
Black with #155CBC
Text Example
Text Example
White with #155CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CBC; }
p { color: rgb(21,92,188); }
H1.HeaderClassName
{
color: #155CBC;
}
.AnyTagClassName
{
color: #155CBC;
}
</style>
background-color css
<style>
a { background-color: #155CBC; }
a { background-color: rgb(21,92,188); }
div.DivClassName
{
background-color: #155CBC;
}
.BgClassName
{
background-color: #155CBC;
}
</style>
border-color css
<style>
span { border-color: #155CBC; }
span { border-color: rgb(21,92,188); }
td.TdClassName
{
border-color: #155CBC;
}
.TagClassName
{
border-color: #155CBC;
}
</style>