Shades of Denim #124DDB
Tints of Denim #124DDB
RGB
CMYK
RGB Variations
Color information
#124DDB (or 0x124DDB) is known color: Denim. HEX triplet: 12, 4D and DB. RGB value is (18,77,219). Sum of RGB (Red+Green+Blue) = 18+77+219=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #124DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DDB is #EDB224. Grayscale: #4A4A4A. Windows color (decimal): -15577637 or 14372114. OLE color: 14372114.
HSL color Cylindrical-coordinate representation of color #124DDB: hue angle of 222.39º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124DDB is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 77 | 219 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.14 |
| HSL | 222.39º | 0.85% | 0.46% | - |
| HSV(B) | 222.39º | 0.92% | 0.86% | - |
| XYZ | 15.69 | 10.55 | 68.23 | - |
| YUV | 75.55 | 208.95 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 219 | 0.92 | 0.65 | 0 | 0.14 | 222.39 | 0.85 | 0.46 |
| Hex | 12 | 4D | DB | 5C | 41 | 0 | E | DE | 55 | 2E |
| Octal | 22 | 115 | 333 | 134 | 101 | 0 | 16 | 336 | 125 | 56 |
| Binary | 10010 | 1001101 | 11011011 | 1011100 | 1000001 | 0 | 1110 | 11011110 | 1010101 | 101110 |
Color Harmonies of #124DDB
Complementary color
Monochromatic Colors of #124DDB
Black with #124DDB
Text Example
Text Example
White with #124DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DDB; }
p { color: rgb(18,77,219); }
H1.HeaderClassName
{
color: #124DDB;
}
.AnyTagClassName
{
color: #124DDB;
}
</style>
background-color css
<style>
a { background-color: #124DDB; }
a { background-color: rgb(18,77,219); }
div.DivClassName
{
background-color: #124DDB;
}
.BgClassName
{
background-color: #124DDB;
}
</style>
border-color css
<style>
span { border-color: #124DDB; }
span { border-color: rgb(18,77,219); }
td.TdClassName
{
border-color: #124DDB;
}
.TagClassName
{
border-color: #124DDB;
}
</style>