Shades of Denim #154DBC
Tints of Denim #154DBC
RGB
CMYK
RGB Variations
Color information
#154DBC (or 0x154DBC) is known color: Denim. HEX triplet: 15, 4D and BC. RGB value is (21,77,188). Sum of RGB (Red+Green+Blue) = 21+77+188=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #154DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154DBC is #EAB243. Grayscale: #484848. Windows color (decimal): -15381060 or 12340501. OLE color: 12340501.
HSL color Cylindrical-coordinate representation of color #154DBC: hue angle of 219.88º 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 #154DBC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 77 | 188 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.26 |
| HSL | 219.88º | 0.8% | 0.41% | - |
| HSV(B) | 219.88º | 0.89% | 0.74% | - |
| XYZ | 12.04 | 9.1 | 48.7 | - |
| YUV | 72.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 188 | 0.89 | 0.59 | 0 | 0.26 | 219.88 | 0.8 | 0.41 |
| Hex | 15 | 4D | BC | 59 | 3B | 0 | 1A | DC | 50 | 29 |
| Octal | 25 | 115 | 274 | 131 | 73 | 0 | 32 | 334 | 120 | 51 |
| Binary | 10101 | 1001101 | 10111100 | 1011001 | 111011 | 0 | 11010 | 11011100 | 1010000 | 101001 |
Color Harmonies of #154DBC
Complementary color
Monochromatic Colors of #154DBC
Black with #154DBC
Text Example
Text Example
White with #154DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DBC; }
p { color: rgb(21,77,188); }
H1.HeaderClassName
{
color: #154DBC;
}
.AnyTagClassName
{
color: #154DBC;
}
</style>
background-color css
<style>
a { background-color: #154DBC; }
a { background-color: rgb(21,77,188); }
div.DivClassName
{
background-color: #154DBC;
}
.BgClassName
{
background-color: #154DBC;
}
</style>
border-color css
<style>
span { border-color: #154DBC; }
span { border-color: rgb(21,77,188); }
td.TdClassName
{
border-color: #154DBC;
}
.TagClassName
{
border-color: #154DBC;
}
</style>