Shades of Denim #124FC2
Tints of Denim #124FC2
RGB
CMYK
RGB Variations
Color information
#124FC2 (or 0x124FC2) is known color: Denim. HEX triplet: 12, 4F and C2. RGB value is (18,79,194). Sum of RGB (Red+Green+Blue) = 18+79+194=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #124FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FC2 is #EDB03D. Grayscale: #494949. Windows color (decimal): -15577150 or 12734226. OLE color: 12734226.
HSL color Cylindrical-coordinate representation of color #124FC2: hue angle of 219.2º 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 #124FC2 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 79 | 194 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.24 |
| HSL | 219.2º | 0.83% | 0.42% | - |
| HSV(B) | 219.2º | 0.91% | 0.76% | - |
| XYZ | 12.78 | 9.62 | 52.22 | - |
| YUV | 73.87 | 195.79 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 194 | 0.91 | 0.59 | 0 | 0.24 | 219.2 | 0.83 | 0.42 |
| Hex | 12 | 4F | C2 | 5B | 3B | 0 | 18 | DB | 53 | 2A |
| Octal | 22 | 117 | 302 | 133 | 73 | 0 | 30 | 333 | 123 | 52 |
| Binary | 10010 | 1001111 | 11000010 | 1011011 | 111011 | 0 | 11000 | 11011011 | 1010011 | 101010 |
Color Harmonies of #124FC2
Complementary color
Monochromatic Colors of #124FC2
Black with #124FC2
Text Example
Text Example
White with #124FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FC2; }
p { color: rgb(18,79,194); }
H1.HeaderClassName
{
color: #124FC2;
}
.AnyTagClassName
{
color: #124FC2;
}
</style>
background-color css
<style>
a { background-color: #124FC2; }
a { background-color: rgb(18,79,194); }
div.DivClassName
{
background-color: #124FC2;
}
.BgClassName
{
background-color: #124FC2;
}
</style>
border-color css
<style>
span { border-color: #124FC2; }
span { border-color: rgb(18,79,194); }
td.TdClassName
{
border-color: #124FC2;
}
.TagClassName
{
border-color: #124FC2;
}
</style>