Shades of Denim #124BC2
Tints of Denim #124BC2
RGB
CMYK
RGB Variations
Color information
#124BC2 (or 0x124BC2) is known color: Denim. HEX triplet: 12, 4B and C2. RGB value is (18,75,194). Sum of RGB (Red+Green+Blue) = 18+75+194=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #124BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BC2 is #EDB43D. Grayscale: #464646. Windows color (decimal): -15578174 or 12733202. OLE color: 12733202.
HSL color Cylindrical-coordinate representation of color #124BC2: hue angle of 220.57º 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 #124BC2 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 75 | 194 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.24 |
| HSL | 220.57º | 0.83% | 0.42% | - |
| HSV(B) | 220.57º | 0.91% | 0.76% | - |
| XYZ | 12.5 | 9.06 | 52.13 | - |
| YUV | 71.52 | 197.12 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 194 | 0.91 | 0.61 | 0 | 0.24 | 220.57 | 0.83 | 0.42 |
| Hex | 12 | 4B | C2 | 5B | 3D | 0 | 18 | DD | 53 | 2A |
| Octal | 22 | 113 | 302 | 133 | 75 | 0 | 30 | 335 | 123 | 52 |
| Binary | 10010 | 1001011 | 11000010 | 1011011 | 111101 | 0 | 11000 | 11011101 | 1010011 | 101010 |
Color Harmonies of #124BC2
Complementary color
Monochromatic Colors of #124BC2
Black with #124BC2
Text Example
Text Example
White with #124BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BC2; }
p { color: rgb(18,75,194); }
H1.HeaderClassName
{
color: #124BC2;
}
.AnyTagClassName
{
color: #124BC2;
}
</style>
background-color css
<style>
a { background-color: #124BC2; }
a { background-color: rgb(18,75,194); }
div.DivClassName
{
background-color: #124BC2;
}
.BgClassName
{
background-color: #124BC2;
}
</style>
border-color css
<style>
span { border-color: #124BC2; }
span { border-color: rgb(18,75,194); }
td.TdClassName
{
border-color: #124BC2;
}
.TagClassName
{
border-color: #124BC2;
}
</style>