Shades of Denim #124CB9
Tints of Denim #124CB9
RGB
CMYK
RGB Variations
Color information
#124CB9 (or 0x124CB9) is known color: Denim. HEX triplet: 12, 4C and B9. RGB value is (18,76,185). Sum of RGB (Red+Green+Blue) = 18+76+185=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #124CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CB9 is #EDB346. Grayscale: #464646. Windows color (decimal): -15577927 or 12143634. OLE color: 12143634.
HSL color Cylindrical-coordinate representation of color #124CB9: hue angle of 219.16º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CB9 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 76 | 185 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.27 |
| HSL | 219.16º | 0.82% | 0.4% | - |
| HSV(B) | 219.16º | 0.9% | 0.73% | - |
| XYZ | 11.59 | 8.8 | 46.99 | - |
| YUV | 71.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 185 | 0.90 | 0.59 | 0 | 0.27 | 219.16 | 0.82 | 0.4 |
| Hex | 12 | 4C | B9 | 5A | 3B | 0 | 1B | DB | 52 | 28 |
| Octal | 22 | 114 | 271 | 132 | 73 | 0 | 33 | 333 | 122 | 50 |
| Binary | 10010 | 1001100 | 10111001 | 1011010 | 111011 | 0 | 11011 | 11011011 | 1010010 | 101000 |
Color Harmonies of #124CB9
Complementary color
Monochromatic Colors of #124CB9
Black with #124CB9
Text Example
Text Example
White with #124CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CB9; }
p { color: rgb(18,76,185); }
H1.HeaderClassName
{
color: #124CB9;
}
.AnyTagClassName
{
color: #124CB9;
}
</style>
background-color css
<style>
a { background-color: #124CB9; }
a { background-color: rgb(18,76,185); }
div.DivClassName
{
background-color: #124CB9;
}
.BgClassName
{
background-color: #124CB9;
}
</style>
border-color css
<style>
span { border-color: #124CB9; }
span { border-color: rgb(18,76,185); }
td.TdClassName
{
border-color: #124CB9;
}
.TagClassName
{
border-color: #124CB9;
}
</style>