Shades of Denim #124EBC
Tints of Denim #124EBC
RGB
CMYK
RGB Variations
Color information
#124EBC (or 0x124EBC) is known color: Denim. HEX triplet: 12, 4E and BC. RGB value is (18,78,188). Sum of RGB (Red+Green+Blue) = 18+78+188=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #124EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EBC is #EDB143. Grayscale: #484848. Windows color (decimal): -15577412 or 12340754. OLE color: 12340754.
HSL color Cylindrical-coordinate representation of color #124EBC: hue angle of 218.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124EBC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 78 | 188 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.26 |
| HSL | 218.82º | 0.83% | 0.4% | - |
| HSV(B) | 218.82º | 0.9% | 0.74% | - |
| XYZ | 12.05 | 9.21 | 48.72 | - |
| YUV | 72.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 188 | 0.90 | 0.59 | 0 | 0.26 | 218.82 | 0.83 | 0.4 |
| Hex | 12 | 4E | BC | 5A | 3B | 0 | 1A | DB | 53 | 28 |
| Octal | 22 | 116 | 274 | 132 | 73 | 0 | 32 | 333 | 123 | 50 |
| Binary | 10010 | 1001110 | 10111100 | 1011010 | 111011 | 0 | 11010 | 11011011 | 1010011 | 101000 |
Color Harmonies of #124EBC
Complementary color
Monochromatic Colors of #124EBC
Black with #124EBC
Text Example
Text Example
White with #124EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EBC; }
p { color: rgb(18,78,188); }
H1.HeaderClassName
{
color: #124EBC;
}
.AnyTagClassName
{
color: #124EBC;
}
</style>
background-color css
<style>
a { background-color: #124EBC; }
a { background-color: rgb(18,78,188); }
div.DivClassName
{
background-color: #124EBC;
}
.BgClassName
{
background-color: #124EBC;
}
</style>
border-color css
<style>
span { border-color: #124EBC; }
span { border-color: rgb(18,78,188); }
td.TdClassName
{
border-color: #124EBC;
}
.TagClassName
{
border-color: #124EBC;
}
</style>