Shades of Denim #155CB1
Tints of Denim #155CB1
RGB
CMYK
RGB Variations
Color information
#155CB1 (or 0x155CB1) is known color: Denim. HEX triplet: 15, 5C and B1. RGB value is (21,92,177). Sum of RGB (Red+Green+Blue) = 21+92+177=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 177 (69.53% from 255 or 61.03% from 290); Max value from RGB is 177 - color contains mainly: blue. Hex color #155CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CB1 is #EAA34E. Grayscale: #505050. Windows color (decimal): -15377231 or 11623445. OLE color: 11623445.
HSL color Cylindrical-coordinate representation of color #155CB1: hue angle of 212.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155CB1 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 92 | 177 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.31 |
| HSL | 212.69º | 0.79% | 0.39% | - |
| HSV(B) | 212.69º | 0.88% | 0.69% | - |
| XYZ | 12.07 | 10.99 | 43.08 | - |
| YUV | 80.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 177 | 0.88 | 0.48 | 0 | 0.31 | 212.69 | 0.79 | 0.39 |
| Hex | 15 | 5C | B1 | 58 | 30 | 0 | 1F | D5 | 4F | 27 |
| Octal | 25 | 134 | 261 | 130 | 60 | 0 | 37 | 325 | 117 | 47 |
| Binary | 10101 | 1011100 | 10110001 | 1011000 | 110000 | 0 | 11111 | 11010101 | 1001111 | 100111 |
Color Harmonies of #155CB1
Complementary color
Monochromatic Colors of #155CB1
Black with #155CB1
Text Example
Text Example
White with #155CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CB1; }
p { color: rgb(21,92,177); }
H1.HeaderClassName
{
color: #155CB1;
}
.AnyTagClassName
{
color: #155CB1;
}
</style>
background-color css
<style>
a { background-color: #155CB1; }
a { background-color: rgb(21,92,177); }
div.DivClassName
{
background-color: #155CB1;
}
.BgClassName
{
background-color: #155CB1;
}
</style>
border-color css
<style>
span { border-color: #155CB1; }
span { border-color: rgb(21,92,177); }
td.TdClassName
{
border-color: #155CB1;
}
.TagClassName
{
border-color: #155CB1;
}
</style>