Shades of Denim #124CBC
Tints of Denim #124CBC
RGB
CMYK
RGB Variations
Color information
#124CBC (or 0x124CBC) is known color: Denim. HEX triplet: 12, 4C and BC. RGB value is (18,76,188). Sum of RGB (Red+Green+Blue) = 18+76+188=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #124CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CBC is #EDB343. Grayscale: #464646. Windows color (decimal): -15577924 or 12340242. OLE color: 12340242.
HSL color Cylindrical-coordinate representation of color #124CBC: hue angle of 219.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CBC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 76 | 188 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.26 |
| HSL | 219.53º | 0.83% | 0.4% | - |
| HSV(B) | 219.53º | 0.9% | 0.74% | - |
| XYZ | 11.91 | 8.93 | 48.67 | - |
| YUV | 71.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 188 | 0.90 | 0.60 | 0 | 0.26 | 219.53 | 0.83 | 0.4 |
| Hex | 12 | 4C | BC | 5A | 3C | 0 | 1A | DC | 53 | 28 |
| Octal | 22 | 114 | 274 | 132 | 74 | 0 | 32 | 334 | 123 | 50 |
| Binary | 10010 | 1001100 | 10111100 | 1011010 | 111100 | 0 | 11010 | 11011100 | 1010011 | 101000 |
Color Harmonies of #124CBC
Complementary color
Monochromatic Colors of #124CBC
Black with #124CBC
Text Example
Text Example
White with #124CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CBC; }
p { color: rgb(18,76,188); }
H1.HeaderClassName
{
color: #124CBC;
}
.AnyTagClassName
{
color: #124CBC;
}
</style>
background-color css
<style>
a { background-color: #124CBC; }
a { background-color: rgb(18,76,188); }
div.DivClassName
{
background-color: #124CBC;
}
.BgClassName
{
background-color: #124CBC;
}
</style>
border-color css
<style>
span { border-color: #124CBC; }
span { border-color: rgb(18,76,188); }
td.TdClassName
{
border-color: #124CBC;
}
.TagClassName
{
border-color: #124CBC;
}
</style>