Shades of Denim #124EC3
Tints of Denim #124EC3
RGB
CMYK
RGB Variations
Color information
#124EC3 (or 0x124EC3) is known color: Denim. HEX triplet: 12, 4E and C3. RGB value is (18,78,195). Sum of RGB (Red+Green+Blue) = 18+78+195=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #124EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EC3 is #EDB13C. Grayscale: #484848. Windows color (decimal): -15577405 or 12799506. OLE color: 12799506.
HSL color Cylindrical-coordinate representation of color #124EC3: hue angle of 219.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124EC3 is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 78 | 195 | - |
| CMYK | 0.91 | 0.6 | 0 | 0.24 |
| HSL | 219.66º | 0.83% | 0.42% | - |
| HSV(B) | 219.66º | 0.91% | 0.76% | - |
| XYZ | 12.82 | 9.52 | 52.79 | - |
| YUV | 73.4 | 196.62 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 195 | 0.91 | 0.6 | 0 | 0.24 | 219.66 | 0.83 | 0.42 |
| Hex | 12 | 4E | C3 | 5B | 3C | 0 | 18 | DC | 53 | 2A |
| Octal | 22 | 116 | 303 | 133 | 74 | 0 | 30 | 334 | 123 | 52 |
| Binary | 10010 | 1001110 | 11000011 | 1011011 | 111100 | 0 | 11000 | 11011100 | 1010011 | 101010 |
Color Harmonies of #124EC3
Complementary color
Monochromatic Colors of #124EC3
Black with #124EC3
Text Example
Text Example
White with #124EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EC3; }
p { color: rgb(18,78,195); }
H1.HeaderClassName
{
color: #124EC3;
}
.AnyTagClassName
{
color: #124EC3;
}
</style>
background-color css
<style>
a { background-color: #124EC3; }
a { background-color: rgb(18,78,195); }
div.DivClassName
{
background-color: #124EC3;
}
.BgClassName
{
background-color: #124EC3;
}
</style>
border-color css
<style>
span { border-color: #124EC3; }
span { border-color: rgb(18,78,195); }
td.TdClassName
{
border-color: #124EC3;
}
.TagClassName
{
border-color: #124EC3;
}
</style>