Shades of Denim #124DD7
Tints of Denim #124DD7
RGB
CMYK
RGB Variations
Color information
#124DD7 (or 0x124DD7) is known color: Denim. HEX triplet: 12, 4D and D7. RGB value is (18,77,215). Sum of RGB (Red+Green+Blue) = 18+77+215=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 215 (84.38% from 255 or 69.35% from 310); Max value from RGB is 215 - color contains mainly: blue. Hex color #124DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DD7 is #EDB228. Grayscale: #4A4A4A. Windows color (decimal): -15577641 or 14109970. OLE color: 14109970.
HSL color Cylindrical-coordinate representation of color #124DD7: hue angle of 222.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124DD7 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 77 | 215 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.16 |
| HSL | 222.03º | 0.85% | 0.46% | - |
| HSV(B) | 222.03º | 0.92% | 0.84% | - |
| XYZ | 15.17 | 10.34 | 65.49 | - |
| YUV | 75.09 | 206.95 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 215 | 0.92 | 0.64 | 0 | 0.16 | 222.03 | 0.85 | 0.46 |
| Hex | 12 | 4D | D7 | 5C | 40 | 0 | 10 | DE | 55 | 2E |
| Octal | 22 | 115 | 327 | 134 | 100 | 0 | 20 | 336 | 125 | 56 |
| Binary | 10010 | 1001101 | 11010111 | 1011100 | 1000000 | 0 | 10000 | 11011110 | 1010101 | 101110 |
Color Harmonies of #124DD7
Complementary color
Monochromatic Colors of #124DD7
Black with #124DD7
Text Example
Text Example
White with #124DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DD7; }
p { color: rgb(18,77,215); }
H1.HeaderClassName
{
color: #124DD7;
}
.AnyTagClassName
{
color: #124DD7;
}
</style>
background-color css
<style>
a { background-color: #124DD7; }
a { background-color: rgb(18,77,215); }
div.DivClassName
{
background-color: #124DD7;
}
.BgClassName
{
background-color: #124DD7;
}
</style>
border-color css
<style>
span { border-color: #124DD7; }
span { border-color: rgb(18,77,215); }
td.TdClassName
{
border-color: #124DD7;
}
.TagClassName
{
border-color: #124DD7;
}
</style>