Shades of Denim #155FB4
Tints of Denim #155FB4
RGB
CMYK
RGB Variations
Color information
#155FB4 (or 0x155FB4) is known color: Denim. HEX triplet: 15, 5F and B4. RGB value is (21,95,180). Sum of RGB (Red+Green+Blue) = 21+95+180=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #155FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FB4 is #EAA04B. Grayscale: #525252. Windows color (decimal): -15376460 or 11820821. OLE color: 11820821.
HSL color Cylindrical-coordinate representation of color #155FB4: hue angle of 212.08º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155FB4 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 95 | 180 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.29 |
| HSL | 212.08º | 0.79% | 0.39% | - |
| HSV(B) | 212.08º | 0.88% | 0.71% | - |
| XYZ | 12.64 | 11.64 | 44.76 | - |
| YUV | 82.56 | 182.98 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 180 | 0.88 | 0.47 | 0 | 0.29 | 212.08 | 0.79 | 0.39 |
| Hex | 15 | 5F | B4 | 58 | 2F | 0 | 1D | D4 | 4F | 27 |
| Octal | 25 | 137 | 264 | 130 | 57 | 0 | 35 | 324 | 117 | 47 |
| Binary | 10101 | 1011111 | 10110100 | 1011000 | 101111 | 0 | 11101 | 11010100 | 1001111 | 100111 |
Color Harmonies of #155FB4
Complementary color
Monochromatic Colors of #155FB4
Black with #155FB4
Text Example
Text Example
White with #155FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FB4; }
p { color: rgb(21,95,180); }
H1.HeaderClassName
{
color: #155FB4;
}
.AnyTagClassName
{
color: #155FB4;
}
</style>
background-color css
<style>
a { background-color: #155FB4; }
a { background-color: rgb(21,95,180); }
div.DivClassName
{
background-color: #155FB4;
}
.BgClassName
{
background-color: #155FB4;
}
</style>
border-color css
<style>
span { border-color: #155FB4; }
span { border-color: rgb(21,95,180); }
td.TdClassName
{
border-color: #155FB4;
}
.TagClassName
{
border-color: #155FB4;
}
</style>