Shades of Denim #154DBE
Tints of Denim #154DBE
RGB
CMYK
RGB Variations
Color information
#154DBE (or 0x154DBE) is known color: Denim. HEX triplet: 15, 4D and BE. RGB value is (21,77,190). Sum of RGB (Red+Green+Blue) = 21+77+190=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #154DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154DBE is #EAB241. Grayscale: #484848. Windows color (decimal): -15381058 or 12471573. OLE color: 12471573.
HSL color Cylindrical-coordinate representation of color #154DBE: hue angle of 220.12º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154DBE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 77 | 190 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.25 |
| HSL | 220.12º | 0.8% | 0.41% | - |
| HSV(B) | 220.12º | 0.89% | 0.75% | - |
| XYZ | 12.26 | 9.18 | 49.84 | - |
| YUV | 73.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 190 | 0.89 | 0.59 | 0 | 0.25 | 220.12 | 0.8 | 0.41 |
| Hex | 15 | 4D | BE | 59 | 3B | 0 | 19 | DC | 50 | 29 |
| Octal | 25 | 115 | 276 | 131 | 73 | 0 | 31 | 334 | 120 | 51 |
| Binary | 10101 | 1001101 | 10111110 | 1011001 | 111011 | 0 | 11001 | 11011100 | 1010000 | 101001 |
Color Harmonies of #154DBE
Complementary color
Monochromatic Colors of #154DBE
Black with #154DBE
Text Example
Text Example
White with #154DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DBE; }
p { color: rgb(21,77,190); }
H1.HeaderClassName
{
color: #154DBE;
}
.AnyTagClassName
{
color: #154DBE;
}
</style>
background-color css
<style>
a { background-color: #154DBE; }
a { background-color: rgb(21,77,190); }
div.DivClassName
{
background-color: #154DBE;
}
.BgClassName
{
background-color: #154DBE;
}
</style>
border-color css
<style>
span { border-color: #154DBE; }
span { border-color: rgb(21,77,190); }
td.TdClassName
{
border-color: #154DBE;
}
.TagClassName
{
border-color: #154DBE;
}
</style>