Shades of Denim #154EBC
Tints of Denim #154EBC
RGB
CMYK
RGB Variations
Color information
#154EBC (or 0x154EBC) is known color: Denim. HEX triplet: 15, 4E and BC. RGB value is (21,78,188). Sum of RGB (Red+Green+Blue) = 21+78+188=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #154EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154EBC is #EAB143. Grayscale: #494949. Windows color (decimal): -15380804 or 12340757. OLE color: 12340757.
HSL color Cylindrical-coordinate representation of color #154EBC: hue angle of 219.52º 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 #154EBC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 78 | 188 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.26 |
| HSL | 219.52º | 0.8% | 0.41% | - |
| HSV(B) | 219.52º | 0.89% | 0.74% | - |
| XYZ | 12.11 | 9.24 | 48.72 | - |
| YUV | 73.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 188 | 0.89 | 0.59 | 0 | 0.26 | 219.52 | 0.8 | 0.41 |
| Hex | 15 | 4E | BC | 59 | 3B | 0 | 1A | DC | 50 | 29 |
| Octal | 25 | 116 | 274 | 131 | 73 | 0 | 32 | 334 | 120 | 51 |
| Binary | 10101 | 1001110 | 10111100 | 1011001 | 111011 | 0 | 11010 | 11011100 | 1010000 | 101001 |
Color Harmonies of #154EBC
Complementary color
Monochromatic Colors of #154EBC
Black with #154EBC
Text Example
Text Example
White with #154EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EBC; }
p { color: rgb(21,78,188); }
H1.HeaderClassName
{
color: #154EBC;
}
.AnyTagClassName
{
color: #154EBC;
}
</style>
background-color css
<style>
a { background-color: #154EBC; }
a { background-color: rgb(21,78,188); }
div.DivClassName
{
background-color: #154EBC;
}
.BgClassName
{
background-color: #154EBC;
}
</style>
border-color css
<style>
span { border-color: #154EBC; }
span { border-color: rgb(21,78,188); }
td.TdClassName
{
border-color: #154EBC;
}
.TagClassName
{
border-color: #154EBC;
}
</style>