Shades of Denim #124EDB
Tints of Denim #124EDB
RGB
CMYK
RGB Variations
Color information
#124EDB (or 0x124EDB) is known color: Denim. HEX triplet: 12, 4E and DB. RGB value is (18,78,219). Sum of RGB (Red+Green+Blue) = 18+78+219=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #124EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EDB is #EDB124. Grayscale: #4B4B4B. Windows color (decimal): -15577381 or 14372370. OLE color: 14372370.
HSL color Cylindrical-coordinate representation of color #124EDB: hue angle of 222.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EDB is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 78 | 219 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.14 |
| HSL | 222.09º | 0.85% | 0.46% | - |
| HSV(B) | 222.09º | 0.92% | 0.86% | - |
| XYZ | 15.76 | 10.69 | 68.25 | - |
| YUV | 76.13 | 208.62 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 219 | 0.92 | 0.64 | 0 | 0.14 | 222.09 | 0.85 | 0.46 |
| Hex | 12 | 4E | DB | 5C | 40 | 0 | E | DE | 55 | 2E |
| Octal | 22 | 116 | 333 | 134 | 100 | 0 | 16 | 336 | 125 | 56 |
| Binary | 10010 | 1001110 | 11011011 | 1011100 | 1000000 | 0 | 1110 | 11011110 | 1010101 | 101110 |
Color Harmonies of #124EDB
Complementary color
Monochromatic Colors of #124EDB
Black with #124EDB
Text Example
Text Example
White with #124EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EDB; }
p { color: rgb(18,78,219); }
H1.HeaderClassName
{
color: #124EDB;
}
.AnyTagClassName
{
color: #124EDB;
}
</style>
background-color css
<style>
a { background-color: #124EDB; }
a { background-color: rgb(18,78,219); }
div.DivClassName
{
background-color: #124EDB;
}
.BgClassName
{
background-color: #124EDB;
}
</style>
border-color css
<style>
span { border-color: #124EDB; }
span { border-color: rgb(18,78,219); }
td.TdClassName
{
border-color: #124EDB;
}
.TagClassName
{
border-color: #124EDB;
}
</style>