Shades of Denim #124DB8
Tints of Denim #124DB8
RGB
CMYK
RGB Variations
Color information
#124DB8 (or 0x124DB8) is known color: Denim. HEX triplet: 12, 4D and B8. RGB value is (18,77,184). Sum of RGB (Red+Green+Blue) = 18+77+184=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #124DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DB8 is #EDB247. Grayscale: #474747. Windows color (decimal): -15577672 or 12078354. OLE color: 12078354.
HSL color Cylindrical-coordinate representation of color #124DB8: hue angle of 218.67º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124DB8 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 77 | 184 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.28 |
| HSL | 218.67º | 0.82% | 0.4% | - |
| HSV(B) | 218.67º | 0.9% | 0.72% | - |
| XYZ | 11.56 | 8.9 | 46.46 | - |
| YUV | 71.56 | 191.45 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 184 | 0.90 | 0.58 | 0 | 0.28 | 218.67 | 0.82 | 0.4 |
| Hex | 12 | 4D | B8 | 5A | 3A | 0 | 1C | DB | 52 | 28 |
| Octal | 22 | 115 | 270 | 132 | 72 | 0 | 34 | 333 | 122 | 50 |
| Binary | 10010 | 1001101 | 10111000 | 1011010 | 111010 | 0 | 11100 | 11011011 | 1010010 | 101000 |
Color Harmonies of #124DB8
Complementary color
Monochromatic Colors of #124DB8
Black with #124DB8
Text Example
Text Example
White with #124DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DB8; }
p { color: rgb(18,77,184); }
H1.HeaderClassName
{
color: #124DB8;
}
.AnyTagClassName
{
color: #124DB8;
}
</style>
background-color css
<style>
a { background-color: #124DB8; }
a { background-color: rgb(18,77,184); }
div.DivClassName
{
background-color: #124DB8;
}
.BgClassName
{
background-color: #124DB8;
}
</style>
border-color css
<style>
span { border-color: #124DB8; }
span { border-color: rgb(18,77,184); }
td.TdClassName
{
border-color: #124DB8;
}
.TagClassName
{
border-color: #124DB8;
}
</style>