Shades of Denim #154EC0
Tints of Denim #154EC0
RGB
CMYK
RGB Variations
Color information
#154EC0 (or 0x154EC0) is known color: Denim. HEX triplet: 15, 4E and C0. RGB value is (21,78,192). Sum of RGB (Red+Green+Blue) = 21+78+192=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #154EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154EC0 is #EAB13F. Grayscale: #494949. Windows color (decimal): -15380800 or 12602901. OLE color: 12602901.
HSL color Cylindrical-coordinate representation of color #154EC0: hue angle of 220º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154EC0 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 78 | 192 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.25 |
| HSL | 220º | 0.8% | 0.42% | - |
| HSV(B) | 220º | 0.89% | 0.75% | - |
| XYZ | 12.55 | 9.41 | 51.02 | - |
| YUV | 73.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 192 | 0.89 | 0.59 | 0 | 0.25 | 220 | 0.8 | 0.42 |
| Hex | 15 | 4E | C0 | 59 | 3B | 0 | 19 | DC | 50 | 2A |
| Octal | 25 | 116 | 300 | 131 | 73 | 0 | 31 | 334 | 120 | 52 |
| Binary | 10101 | 1001110 | 11000000 | 1011001 | 111011 | 0 | 11001 | 11011100 | 1010000 | 101010 |
Color Harmonies of #154EC0
Complementary color
Monochromatic Colors of #154EC0
Black with #154EC0
Text Example
Text Example
White with #154EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EC0; }
p { color: rgb(21,78,192); }
H1.HeaderClassName
{
color: #154EC0;
}
.AnyTagClassName
{
color: #154EC0;
}
</style>
background-color css
<style>
a { background-color: #154EC0; }
a { background-color: rgb(21,78,192); }
div.DivClassName
{
background-color: #154EC0;
}
.BgClassName
{
background-color: #154EC0;
}
</style>
border-color css
<style>
span { border-color: #154EC0; }
span { border-color: rgb(21,78,192); }
td.TdClassName
{
border-color: #154EC0;
}
.TagClassName
{
border-color: #154EC0;
}
</style>