Shades of Denim #124ECC
Tints of Denim #124ECC
RGB
CMYK
RGB Variations
Color information
#124ECC (or 0x124ECC) is known color: Denim. HEX triplet: 12, 4E and CC. RGB value is (18,78,204). Sum of RGB (Red+Green+Blue) = 18+78+204=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #124ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124ECC is #EDB133. Grayscale: #494949. Windows color (decimal): -15577396 or 13389330. OLE color: 13389330.
HSL color Cylindrical-coordinate representation of color #124ECC: hue angle of 220.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124ECC is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 78 | 204 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.2 |
| HSL | 220.65º | 0.84% | 0.44% | - |
| HSV(B) | 220.65º | 0.91% | 0.8% | - |
| XYZ | 13.87 | 9.94 | 58.31 | - |
| YUV | 74.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 204 | 0.91 | 0.62 | 0 | 0.2 | 220.65 | 0.84 | 0.44 |
| Hex | 12 | 4E | CC | 5B | 3E | 0 | 14 | DD | 54 | 2C |
| Octal | 22 | 116 | 314 | 133 | 76 | 0 | 24 | 335 | 124 | 54 |
| Binary | 10010 | 1001110 | 11001100 | 1011011 | 111110 | 0 | 10100 | 11011101 | 1010100 | 101100 |
Color Harmonies of #124ECC
Complementary color
Monochromatic Colors of #124ECC
Black with #124ECC
Text Example
Text Example
White with #124ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124ECC; }
p { color: rgb(18,78,204); }
H1.HeaderClassName
{
color: #124ECC;
}
.AnyTagClassName
{
color: #124ECC;
}
</style>
background-color css
<style>
a { background-color: #124ECC; }
a { background-color: rgb(18,78,204); }
div.DivClassName
{
background-color: #124ECC;
}
.BgClassName
{
background-color: #124ECC;
}
</style>
border-color css
<style>
span { border-color: #124ECC; }
span { border-color: rgb(18,78,204); }
td.TdClassName
{
border-color: #124ECC;
}
.TagClassName
{
border-color: #124ECC;
}
</style>