Shades of Denim #124ED7
Tints of Denim #124ED7
RGB
CMYK
RGB Variations
Color information
#124ED7 (or 0x124ED7) is known color: Denim. HEX triplet: 12, 4E and D7. RGB value is (18,78,215). Sum of RGB (Red+Green+Blue) = 18+78+215=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #124ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124ED7 is #EDB128. Grayscale: #4B4B4B. Windows color (decimal): -15577385 or 14110226. OLE color: 14110226.
HSL color Cylindrical-coordinate representation of color #124ED7: hue angle of 221.73º 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 #124ED7 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 78 | 215 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.16 |
| HSL | 221.73º | 0.85% | 0.46% | - |
| HSV(B) | 221.73º | 0.92% | 0.84% | - |
| XYZ | 15.24 | 10.48 | 65.51 | - |
| YUV | 75.68 | 206.62 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 215 | 0.92 | 0.64 | 0 | 0.16 | 221.73 | 0.85 | 0.46 |
| Hex | 12 | 4E | D7 | 5C | 40 | 0 | 10 | DE | 55 | 2E |
| Octal | 22 | 116 | 327 | 134 | 100 | 0 | 20 | 336 | 125 | 56 |
| Binary | 10010 | 1001110 | 11010111 | 1011100 | 1000000 | 0 | 10000 | 11011110 | 1010101 | 101110 |
Color Harmonies of #124ED7
Complementary color
Monochromatic Colors of #124ED7
Black with #124ED7
Text Example
Text Example
White with #124ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124ED7; }
p { color: rgb(18,78,215); }
H1.HeaderClassName
{
color: #124ED7;
}
.AnyTagClassName
{
color: #124ED7;
}
</style>
background-color css
<style>
a { background-color: #124ED7; }
a { background-color: rgb(18,78,215); }
div.DivClassName
{
background-color: #124ED7;
}
.BgClassName
{
background-color: #124ED7;
}
</style>
border-color css
<style>
span { border-color: #124ED7; }
span { border-color: rgb(18,78,215); }
td.TdClassName
{
border-color: #124ED7;
}
.TagClassName
{
border-color: #124ED7;
}
</style>