Shades of Denim #124DBC
Tints of Denim #124DBC
RGB
CMYK
RGB Variations
Color information
#124DBC (or 0x124DBC) is known color: Denim. HEX triplet: 12, 4D and BC. RGB value is (18,77,188). Sum of RGB (Red+Green+Blue) = 18+77+188=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #124DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DBC is #EDB243. Grayscale: #474747. Windows color (decimal): -15577668 or 12340498. OLE color: 12340498.
HSL color Cylindrical-coordinate representation of color #124DBC: hue angle of 219.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124DBC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 77 | 188 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.26 |
| HSL | 219.18º | 0.83% | 0.4% | - |
| HSV(B) | 219.18º | 0.9% | 0.74% | - |
| XYZ | 11.98 | 9.07 | 48.7 | - |
| YUV | 72.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 188 | 0.90 | 0.59 | 0 | 0.26 | 219.18 | 0.83 | 0.4 |
| Hex | 12 | 4D | BC | 5A | 3B | 0 | 1A | DB | 53 | 28 |
| Octal | 22 | 115 | 274 | 132 | 73 | 0 | 32 | 333 | 123 | 50 |
| Binary | 10010 | 1001101 | 10111100 | 1011010 | 111011 | 0 | 11010 | 11011011 | 1010011 | 101000 |
Color Harmonies of #124DBC
Complementary color
Monochromatic Colors of #124DBC
Black with #124DBC
Text Example
Text Example
White with #124DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DBC; }
p { color: rgb(18,77,188); }
H1.HeaderClassName
{
color: #124DBC;
}
.AnyTagClassName
{
color: #124DBC;
}
</style>
background-color css
<style>
a { background-color: #124DBC; }
a { background-color: rgb(18,77,188); }
div.DivClassName
{
background-color: #124DBC;
}
.BgClassName
{
background-color: #124DBC;
}
</style>
border-color css
<style>
span { border-color: #124DBC; }
span { border-color: rgb(18,77,188); }
td.TdClassName
{
border-color: #124DBC;
}
.TagClassName
{
border-color: #124DBC;
}
</style>