Shades of Denim #124DBA
Tints of Denim #124DBA
RGB
CMYK
RGB Variations
Color information
#124DBA (or 0x124DBA) is known color: Denim. HEX triplet: 12, 4D and BA. RGB value is (18,77,186). Sum of RGB (Red+Green+Blue) = 18+77+186=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #124DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DBA is #EDB245. Grayscale: #474747. Windows color (decimal): -15577670 or 12209426. OLE color: 12209426.
HSL color Cylindrical-coordinate representation of color #124DBA: hue angle of 218.93º 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 #124DBA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 77 | 186 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.27 |
| HSL | 218.93º | 0.82% | 0.4% | - |
| HSV(B) | 218.93º | 0.9% | 0.73% | - |
| XYZ | 11.77 | 8.98 | 47.57 | - |
| YUV | 71.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 186 | 0.90 | 0.59 | 0 | 0.27 | 218.93 | 0.82 | 0.4 |
| Hex | 12 | 4D | BA | 5A | 3B | 0 | 1B | DB | 52 | 28 |
| Octal | 22 | 115 | 272 | 132 | 73 | 0 | 33 | 333 | 122 | 50 |
| Binary | 10010 | 1001101 | 10111010 | 1011010 | 111011 | 0 | 11011 | 11011011 | 1010010 | 101000 |
Color Harmonies of #124DBA
Complementary color
Monochromatic Colors of #124DBA
Black with #124DBA
Text Example
Text Example
White with #124DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DBA; }
p { color: rgb(18,77,186); }
H1.HeaderClassName
{
color: #124DBA;
}
.AnyTagClassName
{
color: #124DBA;
}
</style>
background-color css
<style>
a { background-color: #124DBA; }
a { background-color: rgb(18,77,186); }
div.DivClassName
{
background-color: #124DBA;
}
.BgClassName
{
background-color: #124DBA;
}
</style>
border-color css
<style>
span { border-color: #124DBA; }
span { border-color: rgb(18,77,186); }
td.TdClassName
{
border-color: #124DBA;
}
.TagClassName
{
border-color: #124DBA;
}
</style>