Shades of Denim #154EBA
Tints of Denim #154EBA
RGB
CMYK
RGB Variations
Color information
#154EBA (or 0x154EBA) is known color: Denim. HEX triplet: 15, 4E and BA. RGB value is (21,78,186). Sum of RGB (Red+Green+Blue) = 21+78+186=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #154EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154EBA is #EAB145. Grayscale: #484848. Windows color (decimal): -15380806 or 12209685. OLE color: 12209685.
HSL color Cylindrical-coordinate representation of color #154EBA: hue angle of 219.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154EBA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 78 | 186 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.27 |
| HSL | 219.27º | 0.8% | 0.41% | - |
| HSV(B) | 219.27º | 0.89% | 0.73% | - |
| XYZ | 11.9 | 9.15 | 47.59 | - |
| YUV | 73.27 | 191.62 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 186 | 0.89 | 0.58 | 0 | 0.27 | 219.27 | 0.8 | 0.41 |
| Hex | 15 | 4E | BA | 59 | 3A | 0 | 1B | DB | 50 | 29 |
| Octal | 25 | 116 | 272 | 131 | 72 | 0 | 33 | 333 | 120 | 51 |
| Binary | 10101 | 1001110 | 10111010 | 1011001 | 111010 | 0 | 11011 | 11011011 | 1010000 | 101001 |
Color Harmonies of #154EBA
Complementary color
Monochromatic Colors of #154EBA
Black with #154EBA
Text Example
Text Example
White with #154EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EBA; }
p { color: rgb(21,78,186); }
H1.HeaderClassName
{
color: #154EBA;
}
.AnyTagClassName
{
color: #154EBA;
}
</style>
background-color css
<style>
a { background-color: #154EBA; }
a { background-color: rgb(21,78,186); }
div.DivClassName
{
background-color: #154EBA;
}
.BgClassName
{
background-color: #154EBA;
}
</style>
border-color css
<style>
span { border-color: #154EBA; }
span { border-color: rgb(21,78,186); }
td.TdClassName
{
border-color: #154EBA;
}
.TagClassName
{
border-color: #154EBA;
}
</style>