Shades of Denim #124CBA
Tints of Denim #124CBA
RGB
CMYK
RGB Variations
Color information
#124CBA (or 0x124CBA) is known color: Denim. HEX triplet: 12, 4C and BA. RGB value is (18,76,186). Sum of RGB (Red+Green+Blue) = 18+76+186=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #124CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CBA is #EDB345. Grayscale: #464646. Windows color (decimal): -15577926 or 12209170. OLE color: 12209170.
HSL color Cylindrical-coordinate representation of color #124CBA: hue angle of 219.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CBA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 76 | 186 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.27 |
| HSL | 219.29º | 0.82% | 0.4% | - |
| HSV(B) | 219.29º | 0.9% | 0.73% | - |
| XYZ | 11.7 | 8.84 | 47.54 | - |
| YUV | 71.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 186 | 0.90 | 0.59 | 0 | 0.27 | 219.29 | 0.82 | 0.4 |
| Hex | 12 | 4C | BA | 5A | 3B | 0 | 1B | DB | 52 | 28 |
| Octal | 22 | 114 | 272 | 132 | 73 | 0 | 33 | 333 | 122 | 50 |
| Binary | 10010 | 1001100 | 10111010 | 1011010 | 111011 | 0 | 11011 | 11011011 | 1010010 | 101000 |
Color Harmonies of #124CBA
Complementary color
Monochromatic Colors of #124CBA
Black with #124CBA
Text Example
Text Example
White with #124CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CBA; }
p { color: rgb(18,76,186); }
H1.HeaderClassName
{
color: #124CBA;
}
.AnyTagClassName
{
color: #124CBA;
}
</style>
background-color css
<style>
a { background-color: #124CBA; }
a { background-color: rgb(18,76,186); }
div.DivClassName
{
background-color: #124CBA;
}
.BgClassName
{
background-color: #124CBA;
}
</style>
border-color css
<style>
span { border-color: #124CBA; }
span { border-color: rgb(18,76,186); }
td.TdClassName
{
border-color: #124CBA;
}
.TagClassName
{
border-color: #124CBA;
}
</style>