Shades of Denim #124ED6
Tints of Denim #124ED6
RGB
CMYK
RGB Variations
Color information
#124ED6 (or 0x124ED6) is known color: Denim. HEX triplet: 12, 4E and D6. RGB value is (18,78,214). Sum of RGB (Red+Green+Blue) = 18+78+214=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #124ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124ED6 is #EDB129. Grayscale: #4A4A4A. Windows color (decimal): -15577386 or 14044690. OLE color: 14044690.
HSL color Cylindrical-coordinate representation of color #124ED6: hue angle of 221.63º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124ED6 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 78 | 214 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.16 |
| HSL | 221.63º | 0.84% | 0.45% | - |
| HSV(B) | 221.63º | 0.92% | 0.84% | - |
| XYZ | 15.11 | 10.43 | 64.84 | - |
| YUV | 75.56 | 206.12 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 214 | 0.92 | 0.64 | 0 | 0.16 | 221.63 | 0.84 | 0.45 |
| Hex | 12 | 4E | D6 | 5C | 40 | 0 | 10 | DE | 54 | 2D |
| Octal | 22 | 116 | 326 | 134 | 100 | 0 | 20 | 336 | 124 | 55 |
| Binary | 10010 | 1001110 | 11010110 | 1011100 | 1000000 | 0 | 10000 | 11011110 | 1010100 | 101101 |
Color Harmonies of #124ED6
Complementary color
Monochromatic Colors of #124ED6
Black with #124ED6
Text Example
Text Example
White with #124ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124ED6; }
p { color: rgb(18,78,214); }
H1.HeaderClassName
{
color: #124ED6;
}
.AnyTagClassName
{
color: #124ED6;
}
</style>
background-color css
<style>
a { background-color: #124ED6; }
a { background-color: rgb(18,78,214); }
div.DivClassName
{
background-color: #124ED6;
}
.BgClassName
{
background-color: #124ED6;
}
</style>
border-color css
<style>
span { border-color: #124ED6; }
span { border-color: rgb(18,78,214); }
td.TdClassName
{
border-color: #124ED6;
}
.TagClassName
{
border-color: #124ED6;
}
</style>