Shades of Denim #154CBC
Tints of Denim #154CBC
RGB
CMYK
RGB Variations
Color information
#154CBC (or 0x154CBC) is known color: Denim. HEX triplet: 15, 4C and BC. RGB value is (21,76,188). Sum of RGB (Red+Green+Blue) = 21+76+188=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #154CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154CBC is #EAB343. Grayscale: #474747. Windows color (decimal): -15381316 or 12340245. OLE color: 12340245.
HSL color Cylindrical-coordinate representation of color #154CBC: hue angle of 220.24º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154CBC is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 76 | 188 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.26 |
| HSL | 220.24º | 0.8% | 0.41% | - |
| HSV(B) | 220.24º | 0.89% | 0.74% | - |
| XYZ | 11.97 | 8.96 | 48.68 | - |
| YUV | 72.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 188 | 0.89 | 0.60 | 0 | 0.26 | 220.24 | 0.8 | 0.41 |
| Hex | 15 | 4C | BC | 59 | 3C | 0 | 1A | DC | 50 | 29 |
| Octal | 25 | 114 | 274 | 131 | 74 | 0 | 32 | 334 | 120 | 51 |
| Binary | 10101 | 1001100 | 10111100 | 1011001 | 111100 | 0 | 11010 | 11011100 | 1010000 | 101001 |
Color Harmonies of #154CBC
Complementary color
Monochromatic Colors of #154CBC
Black with #154CBC
Text Example
Text Example
White with #154CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CBC; }
p { color: rgb(21,76,188); }
H1.HeaderClassName
{
color: #154CBC;
}
.AnyTagClassName
{
color: #154CBC;
}
</style>
background-color css
<style>
a { background-color: #154CBC; }
a { background-color: rgb(21,76,188); }
div.DivClassName
{
background-color: #154CBC;
}
.BgClassName
{
background-color: #154CBC;
}
</style>
border-color css
<style>
span { border-color: #154CBC; }
span { border-color: rgb(21,76,188); }
td.TdClassName
{
border-color: #154CBC;
}
.TagClassName
{
border-color: #154CBC;
}
</style>