Shades of Denim #124DC6
Tints of Denim #124DC6
RGB
CMYK
RGB Variations
Color information
#124DC6 (or 0x124DC6) is known color: Denim. HEX triplet: 12, 4D and C6. RGB value is (18,77,198). Sum of RGB (Red+Green+Blue) = 18+77+198=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #124DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DC6 is #EDB239. Grayscale: #484848. Windows color (decimal): -15577658 or 12995858. OLE color: 12995858.
HSL color Cylindrical-coordinate representation of color #124DC6: hue angle of 220.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124DC6 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 77 | 198 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.22 |
| HSL | 220.33º | 0.83% | 0.42% | - |
| HSV(B) | 220.33º | 0.91% | 0.78% | - |
| XYZ | 13.1 | 9.51 | 54.57 | - |
| YUV | 73.15 | 198.45 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 198 | 0.91 | 0.61 | 0 | 0.22 | 220.33 | 0.83 | 0.42 |
| Hex | 12 | 4D | C6 | 5B | 3D | 0 | 16 | DC | 53 | 2A |
| Octal | 22 | 115 | 306 | 133 | 75 | 0 | 26 | 334 | 123 | 52 |
| Binary | 10010 | 1001101 | 11000110 | 1011011 | 111101 | 0 | 10110 | 11011100 | 1010011 | 101010 |
Color Harmonies of #124DC6
Complementary color
Monochromatic Colors of #124DC6
Black with #124DC6
Text Example
Text Example
White with #124DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DC6; }
p { color: rgb(18,77,198); }
H1.HeaderClassName
{
color: #124DC6;
}
.AnyTagClassName
{
color: #124DC6;
}
</style>
background-color css
<style>
a { background-color: #124DC6; }
a { background-color: rgb(18,77,198); }
div.DivClassName
{
background-color: #124DC6;
}
.BgClassName
{
background-color: #124DC6;
}
</style>
border-color css
<style>
span { border-color: #124DC6; }
span { border-color: rgb(18,77,198); }
td.TdClassName
{
border-color: #124DC6;
}
.TagClassName
{
border-color: #124DC6;
}
</style>