Shades of Denim #124FD5
Tints of Denim #124FD5
RGB
CMYK
RGB Variations
Color information
#124FD5 (or 0x124FD5) is known color: Denim. HEX triplet: 12, 4F and D5. RGB value is (18,79,213). Sum of RGB (Red+Green+Blue) = 18+79+213=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #124FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FD5 is #EDB02A. Grayscale: #4B4B4B. Windows color (decimal): -15577131 or 13979410. OLE color: 13979410.
HSL color Cylindrical-coordinate representation of color #124FD5: hue angle of 221.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124FD5 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 79 | 213 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.16 |
| HSL | 221.23º | 0.84% | 0.45% | - |
| HSV(B) | 221.23º | 0.92% | 0.84% | - |
| XYZ | 15.06 | 10.52 | 64.19 | - |
| YUV | 76.04 | 205.29 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 213 | 0.92 | 0.63 | 0 | 0.16 | 221.23 | 0.84 | 0.45 |
| Hex | 12 | 4F | D5 | 5C | 3F | 0 | 10 | DD | 54 | 2D |
| Octal | 22 | 117 | 325 | 134 | 77 | 0 | 20 | 335 | 124 | 55 |
| Binary | 10010 | 1001111 | 11010101 | 1011100 | 111111 | 0 | 10000 | 11011101 | 1010100 | 101101 |
Color Harmonies of #124FD5
Complementary color
Monochromatic Colors of #124FD5
Black with #124FD5
Text Example
Text Example
White with #124FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FD5; }
p { color: rgb(18,79,213); }
H1.HeaderClassName
{
color: #124FD5;
}
.AnyTagClassName
{
color: #124FD5;
}
</style>
background-color css
<style>
a { background-color: #124FD5; }
a { background-color: rgb(18,79,213); }
div.DivClassName
{
background-color: #124FD5;
}
.BgClassName
{
background-color: #124FD5;
}
</style>
border-color css
<style>
span { border-color: #124FD5; }
span { border-color: rgb(18,79,213); }
td.TdClassName
{
border-color: #124FD5;
}
.TagClassName
{
border-color: #124FD5;
}
</style>