Shades of Denim #155FB1
Tints of Denim #155FB1
RGB
CMYK
RGB Variations
Color information
#155FB1 (or 0x155FB1) is known color: Denim. HEX triplet: 15, 5F and B1. RGB value is (21,95,177). Sum of RGB (Red+Green+Blue) = 21+95+177=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #155FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FB1 is #EAA04E. Grayscale: #515151. Windows color (decimal): -15376463 or 11624213. OLE color: 11624213.
HSL color Cylindrical-coordinate representation of color #155FB1: hue angle of 211.54º 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 #155FB1 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 95 | 177 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.31 |
| HSL | 211.54º | 0.79% | 0.39% | - |
| HSV(B) | 211.54º | 0.88% | 0.69% | - |
| XYZ | 12.34 | 11.52 | 43.17 | - |
| YUV | 82.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 177 | 0.88 | 0.46 | 0 | 0.31 | 211.54 | 0.79 | 0.39 |
| Hex | 15 | 5F | B1 | 58 | 2E | 0 | 1F | D4 | 4F | 27 |
| Octal | 25 | 137 | 261 | 130 | 56 | 0 | 37 | 324 | 117 | 47 |
| Binary | 10101 | 1011111 | 10110001 | 1011000 | 101110 | 0 | 11111 | 11010100 | 1001111 | 100111 |
Color Harmonies of #155FB1
Complementary color
Monochromatic Colors of #155FB1
Black with #155FB1
Text Example
Text Example
White with #155FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FB1; }
p { color: rgb(21,95,177); }
H1.HeaderClassName
{
color: #155FB1;
}
.AnyTagClassName
{
color: #155FB1;
}
</style>
background-color css
<style>
a { background-color: #155FB1; }
a { background-color: rgb(21,95,177); }
div.DivClassName
{
background-color: #155FB1;
}
.BgClassName
{
background-color: #155FB1;
}
</style>
border-color css
<style>
span { border-color: #155FB1; }
span { border-color: rgb(21,95,177); }
td.TdClassName
{
border-color: #155FB1;
}
.TagClassName
{
border-color: #155FB1;
}
</style>