Shades of Denim #155FBC
Tints of Denim #155FBC
RGB
CMYK
RGB Variations
Color information
#155FBC (or 0x155FBC) is known color: Denim. HEX triplet: 15, 5F and BC. RGB value is (21,95,188). Sum of RGB (Red+Green+Blue) = 21+95+188=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #155FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FBC is #EAA043. Grayscale: #535353. Windows color (decimal): -15376452 or 12345109. OLE color: 12345109.
HSL color Cylindrical-coordinate representation of color #155FBC: hue angle of 213.41º 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 #155FBC is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 95 | 188 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.26 |
| HSL | 213.41º | 0.8% | 0.41% | - |
| HSV(B) | 213.41º | 0.89% | 0.74% | - |
| XYZ | 13.48 | 11.97 | 49.18 | - |
| YUV | 83.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 188 | 0.89 | 0.49 | 0 | 0.26 | 213.41 | 0.8 | 0.41 |
| Hex | 15 | 5F | BC | 59 | 31 | 0 | 1A | D5 | 50 | 29 |
| Octal | 25 | 137 | 274 | 131 | 61 | 0 | 32 | 325 | 120 | 51 |
| Binary | 10101 | 1011111 | 10111100 | 1011001 | 110001 | 0 | 11010 | 11010101 | 1010000 | 101001 |
Color Harmonies of #155FBC
Complementary color
Monochromatic Colors of #155FBC
Black with #155FBC
Text Example
Text Example
White with #155FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FBC; }
p { color: rgb(21,95,188); }
H1.HeaderClassName
{
color: #155FBC;
}
.AnyTagClassName
{
color: #155FBC;
}
</style>
background-color css
<style>
a { background-color: #155FBC; }
a { background-color: rgb(21,95,188); }
div.DivClassName
{
background-color: #155FBC;
}
.BgClassName
{
background-color: #155FBC;
}
</style>
border-color css
<style>
span { border-color: #155FBC; }
span { border-color: rgb(21,95,188); }
td.TdClassName
{
border-color: #155FBC;
}
.TagClassName
{
border-color: #155FBC;
}
</style>