Shades of Denim #124ECE
Tints of Denim #124ECE
RGB
CMYK
RGB Variations
Color information
#124ECE (or 0x124ECE) is known color: Denim. HEX triplet: 12, 4E and CE. RGB value is (18,78,206). Sum of RGB (Red+Green+Blue) = 18+78+206=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #124ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124ECE is #EDB131. Grayscale: #4A4A4A. Windows color (decimal): -15577394 or 13520402. OLE color: 13520402.
HSL color Cylindrical-coordinate representation of color #124ECE: hue angle of 220.85º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124ECE is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 78 | 206 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.19 |
| HSL | 220.85º | 0.84% | 0.44% | - |
| HSV(B) | 220.85º | 0.91% | 0.81% | - |
| XYZ | 14.11 | 10.03 | 59.59 | - |
| YUV | 74.65 | 202.12 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 206 | 0.91 | 0.62 | 0 | 0.19 | 220.85 | 0.84 | 0.44 |
| Hex | 12 | 4E | CE | 5B | 3E | 0 | 13 | DD | 54 | 2C |
| Octal | 22 | 116 | 316 | 133 | 76 | 0 | 23 | 335 | 124 | 54 |
| Binary | 10010 | 1001110 | 11001110 | 1011011 | 111110 | 0 | 10011 | 11011101 | 1010100 | 101100 |
Color Harmonies of #124ECE
Complementary color
Monochromatic Colors of #124ECE
Black with #124ECE
Text Example
Text Example
White with #124ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124ECE; }
p { color: rgb(18,78,206); }
H1.HeaderClassName
{
color: #124ECE;
}
.AnyTagClassName
{
color: #124ECE;
}
</style>
background-color css
<style>
a { background-color: #124ECE; }
a { background-color: rgb(18,78,206); }
div.DivClassName
{
background-color: #124ECE;
}
.BgClassName
{
background-color: #124ECE;
}
</style>
border-color css
<style>
span { border-color: #124ECE; }
span { border-color: rgb(18,78,206); }
td.TdClassName
{
border-color: #124ECE;
}
.TagClassName
{
border-color: #124ECE;
}
</style>