Shades of Denim #124DC0
Tints of Denim #124DC0
RGB
CMYK
RGB Variations
Color information
#124DC0 (or 0x124DC0) is known color: Denim. HEX triplet: 12, 4D and C0. RGB value is (18,77,192). Sum of RGB (Red+Green+Blue) = 18+77+192=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #124DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DC0 is #EDB23F. Grayscale: #474747. Windows color (decimal): -15577664 or 12602642. OLE color: 12602642.
HSL color Cylindrical-coordinate representation of color #124DC0: hue angle of 219.66º 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 #124DC0 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 77 | 192 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.25 |
| HSL | 219.66º | 0.83% | 0.41% | - |
| HSV(B) | 219.66º | 0.91% | 0.75% | - |
| XYZ | 12.42 | 9.24 | 51 | - |
| YUV | 72.47 | 195.45 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 192 | 0.91 | 0.60 | 0 | 0.25 | 219.66 | 0.83 | 0.41 |
| Hex | 12 | 4D | C0 | 5B | 3C | 0 | 19 | DC | 53 | 29 |
| Octal | 22 | 115 | 300 | 133 | 74 | 0 | 31 | 334 | 123 | 51 |
| Binary | 10010 | 1001101 | 11000000 | 1011011 | 111100 | 0 | 11001 | 11011100 | 1010011 | 101001 |
Color Harmonies of #124DC0
Complementary color
Monochromatic Colors of #124DC0
Black with #124DC0
Text Example
Text Example
White with #124DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DC0; }
p { color: rgb(18,77,192); }
H1.HeaderClassName
{
color: #124DC0;
}
.AnyTagClassName
{
color: #124DC0;
}
</style>
background-color css
<style>
a { background-color: #124DC0; }
a { background-color: rgb(18,77,192); }
div.DivClassName
{
background-color: #124DC0;
}
.BgClassName
{
background-color: #124DC0;
}
</style>
border-color css
<style>
span { border-color: #124DC0; }
span { border-color: rgb(18,77,192); }
td.TdClassName
{
border-color: #124DC0;
}
.TagClassName
{
border-color: #124DC0;
}
</style>