Shades of Denim #124EC9
Tints of Denim #124EC9
RGB
CMYK
RGB Variations
Color information
#124EC9 (or 0x124EC9) is known color: Denim. HEX triplet: 12, 4E and C9. RGB value is (18,78,201). Sum of RGB (Red+Green+Blue) = 18+78+201=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #124EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EC9 is #EDB136. Grayscale: #494949. Windows color (decimal): -15577399 or 13192722. OLE color: 13192722.
HSL color Cylindrical-coordinate representation of color #124EC9: hue angle of 220.33º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124EC9 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 78 | 201 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.21 |
| HSL | 220.33º | 0.84% | 0.43% | - |
| HSV(B) | 220.33º | 0.91% | 0.79% | - |
| XYZ | 13.52 | 9.79 | 56.44 | - |
| YUV | 74.08 | 199.62 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 201 | 0.91 | 0.61 | 0 | 0.21 | 220.33 | 0.84 | 0.43 |
| Hex | 12 | 4E | C9 | 5B | 3D | 0 | 15 | DC | 54 | 2B |
| Octal | 22 | 116 | 311 | 133 | 75 | 0 | 25 | 334 | 124 | 53 |
| Binary | 10010 | 1001110 | 11001001 | 1011011 | 111101 | 0 | 10101 | 11011100 | 1010100 | 101011 |
Color Harmonies of #124EC9
Complementary color
Monochromatic Colors of #124EC9
Black with #124EC9
Text Example
Text Example
White with #124EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EC9; }
p { color: rgb(18,78,201); }
H1.HeaderClassName
{
color: #124EC9;
}
.AnyTagClassName
{
color: #124EC9;
}
</style>
background-color css
<style>
a { background-color: #124EC9; }
a { background-color: rgb(18,78,201); }
div.DivClassName
{
background-color: #124EC9;
}
.BgClassName
{
background-color: #124EC9;
}
</style>
border-color css
<style>
span { border-color: #124EC9; }
span { border-color: rgb(18,78,201); }
td.TdClassName
{
border-color: #124EC9;
}
.TagClassName
{
border-color: #124EC9;
}
</style>