Shades of Denim #154EC8
Tints of Denim #154EC8
RGB
CMYK
RGB Variations
Color information
#154EC8 (or 0x154EC8) is known color: Denim. HEX triplet: 15, 4E and C8. RGB value is (21,78,200). Sum of RGB (Red+Green+Blue) = 21+78+200=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #154EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154EC8 is #EAB137. Grayscale: #4A4A4A. Windows color (decimal): -15380792 or 13127189. OLE color: 13127189.
HSL color Cylindrical-coordinate representation of color #154EC8: hue angle of 220.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154EC8 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 78 | 200 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.22 |
| HSL | 220.89º | 0.81% | 0.43% | - |
| HSV(B) | 220.89º | 0.9% | 0.78% | - |
| XYZ | 13.46 | 9.78 | 55.82 | - |
| YUV | 74.87 | 198.62 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 200 | 0.90 | 0.61 | 0 | 0.22 | 220.89 | 0.81 | 0.43 |
| Hex | 15 | 4E | C8 | 5A | 3D | 0 | 16 | DD | 51 | 2B |
| Octal | 25 | 116 | 310 | 132 | 75 | 0 | 26 | 335 | 121 | 53 |
| Binary | 10101 | 1001110 | 11001000 | 1011010 | 111101 | 0 | 10110 | 11011101 | 1010001 | 101011 |
Color Harmonies of #154EC8
Complementary color
Monochromatic Colors of #154EC8
Black with #154EC8
Text Example
Text Example
White with #154EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EC8; }
p { color: rgb(21,78,200); }
H1.HeaderClassName
{
color: #154EC8;
}
.AnyTagClassName
{
color: #154EC8;
}
</style>
background-color css
<style>
a { background-color: #154EC8; }
a { background-color: rgb(21,78,200); }
div.DivClassName
{
background-color: #154EC8;
}
.BgClassName
{
background-color: #154EC8;
}
</style>
border-color css
<style>
span { border-color: #154EC8; }
span { border-color: rgb(21,78,200); }
td.TdClassName
{
border-color: #154EC8;
}
.TagClassName
{
border-color: #154EC8;
}
</style>