Shades of Denim #124DBD
Tints of Denim #124DBD
RGB
CMYK
RGB Variations
Color information
#124DBD (or 0x124DBD) is known color: Denim. HEX triplet: 12, 4D and BD. RGB value is (18,77,189). Sum of RGB (Red+Green+Blue) = 18+77+189=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #124DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DBD is #EDB242. Grayscale: #474747. Windows color (decimal): -15577667 or 12406034. OLE color: 12406034.
HSL color Cylindrical-coordinate representation of color #124DBD: hue angle of 219.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124DBD is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 77 | 189 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.26 |
| HSL | 219.3º | 0.83% | 0.41% | - |
| HSV(B) | 219.3º | 0.9% | 0.74% | - |
| XYZ | 12.09 | 9.11 | 49.27 | - |
| YUV | 72.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 189 | 0.90 | 0.59 | 0 | 0.26 | 219.3 | 0.83 | 0.41 |
| Hex | 12 | 4D | BD | 5A | 3B | 0 | 1A | DB | 53 | 29 |
| Octal | 22 | 115 | 275 | 132 | 73 | 0 | 32 | 333 | 123 | 51 |
| Binary | 10010 | 1001101 | 10111101 | 1011010 | 111011 | 0 | 11010 | 11011011 | 1010011 | 101001 |
Color Harmonies of #124DBD
Complementary color
Monochromatic Colors of #124DBD
Black with #124DBD
Text Example
Text Example
White with #124DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DBD; }
p { color: rgb(18,77,189); }
H1.HeaderClassName
{
color: #124DBD;
}
.AnyTagClassName
{
color: #124DBD;
}
</style>
background-color css
<style>
a { background-color: #124DBD; }
a { background-color: rgb(18,77,189); }
div.DivClassName
{
background-color: #124DBD;
}
.BgClassName
{
background-color: #124DBD;
}
</style>
border-color css
<style>
span { border-color: #124DBD; }
span { border-color: rgb(18,77,189); }
td.TdClassName
{
border-color: #124DBD;
}
.TagClassName
{
border-color: #124DBD;
}
</style>