Shades of Denim #124DD5
Tints of Denim #124DD5
RGB
CMYK
RGB Variations
Color information
#124DD5 (or 0x124DD5) is known color: Denim. HEX triplet: 12, 4D and D5. RGB value is (18,77,213). Sum of RGB (Red+Green+Blue) = 18+77+213=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #124DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DD5 is #EDB22A. Grayscale: #4A4A4A. Windows color (decimal): -15577643 or 13978898. OLE color: 13978898.
HSL color Cylindrical-coordinate representation of color #124DD5: hue angle of 221.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124DD5 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 77 | 213 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.16 |
| HSL | 221.85º | 0.84% | 0.45% | - |
| HSV(B) | 221.85º | 0.92% | 0.84% | - |
| XYZ | 14.91 | 10.24 | 64.14 | - |
| YUV | 74.86 | 205.95 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 213 | 0.92 | 0.64 | 0 | 0.16 | 221.85 | 0.84 | 0.45 |
| Hex | 12 | 4D | D5 | 5C | 40 | 0 | 10 | DE | 54 | 2D |
| Octal | 22 | 115 | 325 | 134 | 100 | 0 | 20 | 336 | 124 | 55 |
| Binary | 10010 | 1001101 | 11010101 | 1011100 | 1000000 | 0 | 10000 | 11011110 | 1010100 | 101101 |
Color Harmonies of #124DD5
Complementary color
Monochromatic Colors of #124DD5
Black with #124DD5
Text Example
Text Example
White with #124DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DD5; }
p { color: rgb(18,77,213); }
H1.HeaderClassName
{
color: #124DD5;
}
.AnyTagClassName
{
color: #124DD5;
}
</style>
background-color css
<style>
a { background-color: #124DD5; }
a { background-color: rgb(18,77,213); }
div.DivClassName
{
background-color: #124DD5;
}
.BgClassName
{
background-color: #124DD5;
}
</style>
border-color css
<style>
span { border-color: #124DD5; }
span { border-color: rgb(18,77,213); }
td.TdClassName
{
border-color: #124DD5;
}
.TagClassName
{
border-color: #124DD5;
}
</style>