Shades of Denim #124CD2
Tints of Denim #124CD2
RGB
CMYK
RGB Variations
Color information
#124CD2 (or 0x124CD2) is known color: Denim. HEX triplet: 12, 4C and D2. RGB value is (18,76,210). Sum of RGB (Red+Green+Blue) = 18+76+210=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 210 (82.42% from 255 or 69.08% from 304); Max value from RGB is 210 - color contains mainly: blue. Hex color #124CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CD2 is #EDB32D. Grayscale: #494949. Windows color (decimal): -15577902 or 13782034. OLE color: 13782034.
HSL color Cylindrical-coordinate representation of color #124CD2: hue angle of 221.88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124CD2 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 76 | 210 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.18 |
| HSL | 221.88º | 0.84% | 0.45% | - |
| HSV(B) | 221.88º | 0.91% | 0.82% | - |
| XYZ | 14.47 | 9.95 | 62.13 | - |
| YUV | 73.93 | 204.78 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 210 | 0.91 | 0.64 | 0 | 0.18 | 221.88 | 0.84 | 0.45 |
| Hex | 12 | 4C | D2 | 5B | 40 | 0 | 12 | DE | 54 | 2D |
| Octal | 22 | 114 | 322 | 133 | 100 | 0 | 22 | 336 | 124 | 55 |
| Binary | 10010 | 1001100 | 11010010 | 1011011 | 1000000 | 0 | 10010 | 11011110 | 1010100 | 101101 |
Color Harmonies of #124CD2
Complementary color
Monochromatic Colors of #124CD2
Black with #124CD2
Text Example
Text Example
White with #124CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CD2; }
p { color: rgb(18,76,210); }
H1.HeaderClassName
{
color: #124CD2;
}
.AnyTagClassName
{
color: #124CD2;
}
</style>
background-color css
<style>
a { background-color: #124CD2; }
a { background-color: rgb(18,76,210); }
div.DivClassName
{
background-color: #124CD2;
}
.BgClassName
{
background-color: #124CD2;
}
</style>
border-color css
<style>
span { border-color: #124CD2; }
span { border-color: rgb(18,76,210); }
td.TdClassName
{
border-color: #124CD2;
}
.TagClassName
{
border-color: #124CD2;
}
</style>