Shades of Denim #124EC0
Tints of Denim #124EC0
RGB
CMYK
RGB Variations
Color information
#124EC0 (or 0x124EC0) is known color: Denim. HEX triplet: 12, 4E and C0. RGB value is (18,78,192). Sum of RGB (Red+Green+Blue) = 18+78+192=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #124EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EC0 is #EDB13F. Grayscale: #484848. Windows color (decimal): -15577408 or 12602898. OLE color: 12602898.
HSL color Cylindrical-coordinate representation of color #124EC0: hue angle of 219.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124EC0 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 78 | 192 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.25 |
| HSL | 219.31º | 0.83% | 0.41% | - |
| HSV(B) | 219.31º | 0.91% | 0.75% | - |
| XYZ | 12.49 | 9.38 | 51.02 | - |
| YUV | 73.06 | 195.12 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 192 | 0.91 | 0.59 | 0 | 0.25 | 219.31 | 0.83 | 0.41 |
| Hex | 12 | 4E | C0 | 5B | 3B | 0 | 19 | DB | 53 | 29 |
| Octal | 22 | 116 | 300 | 133 | 73 | 0 | 31 | 333 | 123 | 51 |
| Binary | 10010 | 1001110 | 11000000 | 1011011 | 111011 | 0 | 11001 | 11011011 | 1010011 | 101001 |
Color Harmonies of #124EC0
Complementary color
Monochromatic Colors of #124EC0
Black with #124EC0
Text Example
Text Example
White with #124EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EC0; }
p { color: rgb(18,78,192); }
H1.HeaderClassName
{
color: #124EC0;
}
.AnyTagClassName
{
color: #124EC0;
}
</style>
background-color css
<style>
a { background-color: #124EC0; }
a { background-color: rgb(18,78,192); }
div.DivClassName
{
background-color: #124EC0;
}
.BgClassName
{
background-color: #124EC0;
}
</style>
border-color css
<style>
span { border-color: #124EC0; }
span { border-color: rgb(18,78,192); }
td.TdClassName
{
border-color: #124EC0;
}
.TagClassName
{
border-color: #124EC0;
}
</style>