Shades of Denim #124DD3
Tints of Denim #124DD3
RGB
CMYK
RGB Variations
Color information
#124DD3 (or 0x124DD3) is known color: Denim. HEX triplet: 12, 4D and D3. RGB value is (18,77,211). Sum of RGB (Red+Green+Blue) = 18+77+211=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 211 (82.81% from 255 or 68.95% from 306); Max value from RGB is 211 - color contains mainly: blue. Hex color #124DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DD3 is #EDB22C. Grayscale: #4A4A4A. Windows color (decimal): -15577645 or 13847826. OLE color: 13847826.
HSL color Cylindrical-coordinate representation of color #124DD3: hue angle of 221.66º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124DD3 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 77 | 211 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.17 |
| HSL | 221.66º | 0.84% | 0.45% | - |
| HSV(B) | 221.66º | 0.91% | 0.83% | - |
| XYZ | 14.66 | 10.14 | 62.81 | - |
| YUV | 74.64 | 204.95 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 211 | 0.91 | 0.64 | 0 | 0.17 | 221.66 | 0.84 | 0.45 |
| Hex | 12 | 4D | D3 | 5B | 40 | 0 | 11 | DE | 54 | 2D |
| Octal | 22 | 115 | 323 | 133 | 100 | 0 | 21 | 336 | 124 | 55 |
| Binary | 10010 | 1001101 | 11010011 | 1011011 | 1000000 | 0 | 10001 | 11011110 | 1010100 | 101101 |
Color Harmonies of #124DD3
Complementary color
Monochromatic Colors of #124DD3
Black with #124DD3
Text Example
Text Example
White with #124DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DD3; }
p { color: rgb(18,77,211); }
H1.HeaderClassName
{
color: #124DD3;
}
.AnyTagClassName
{
color: #124DD3;
}
</style>
background-color css
<style>
a { background-color: #124DD3; }
a { background-color: rgb(18,77,211); }
div.DivClassName
{
background-color: #124DD3;
}
.BgClassName
{
background-color: #124DD3;
}
</style>
border-color css
<style>
span { border-color: #124DD3; }
span { border-color: rgb(18,77,211); }
td.TdClassName
{
border-color: #124DD3;
}
.TagClassName
{
border-color: #124DD3;
}
</style>