Shades of Denim #154EC5
Tints of Denim #154EC5
RGB
CMYK
RGB Variations
Color information
#154EC5 (or 0x154EC5) is known color: Denim. HEX triplet: 15, 4E and C5. RGB value is (21,78,197). Sum of RGB (Red+Green+Blue) = 21+78+197=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 197 (77.34% from 255 or 66.55% from 296); Max value from RGB is 197 - color contains mainly: blue. Hex color #154EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154EC5 is #EAB13A. Grayscale: #494949. Windows color (decimal): -15380795 or 12930581. OLE color: 12930581.
HSL color Cylindrical-coordinate representation of color #154EC5: hue angle of 220.57º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154EC5 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 78 | 197 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.23 |
| HSL | 220.57º | 0.81% | 0.43% | - |
| HSV(B) | 220.57º | 0.89% | 0.77% | - |
| XYZ | 13.11 | 9.64 | 53.99 | - |
| YUV | 74.52 | 197.12 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 197 | 0.89 | 0.60 | 0 | 0.23 | 220.57 | 0.81 | 0.43 |
| Hex | 15 | 4E | C5 | 59 | 3C | 0 | 17 | DD | 51 | 2B |
| Octal | 25 | 116 | 305 | 131 | 74 | 0 | 27 | 335 | 121 | 53 |
| Binary | 10101 | 1001110 | 11000101 | 1011001 | 111100 | 0 | 10111 | 11011101 | 1010001 | 101011 |
Color Harmonies of #154EC5
Complementary color
Monochromatic Colors of #154EC5
Black with #154EC5
Text Example
Text Example
White with #154EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EC5; }
p { color: rgb(21,78,197); }
H1.HeaderClassName
{
color: #154EC5;
}
.AnyTagClassName
{
color: #154EC5;
}
</style>
background-color css
<style>
a { background-color: #154EC5; }
a { background-color: rgb(21,78,197); }
div.DivClassName
{
background-color: #154EC5;
}
.BgClassName
{
background-color: #154EC5;
}
</style>
border-color css
<style>
span { border-color: #154EC5; }
span { border-color: rgb(21,78,197); }
td.TdClassName
{
border-color: #154EC5;
}
.TagClassName
{
border-color: #154EC5;
}
</style>