Shades of Denim #124FD0
Tints of Denim #124FD0
RGB
CMYK
RGB Variations
Color information
#124FD0 (or 0x124FD0) is known color: Denim. HEX triplet: 12, 4F and D0. RGB value is (18,79,208). Sum of RGB (Red+Green+Blue) = 18+79+208=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #124FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FD0 is #EDB02F. Grayscale: #4A4A4A. Windows color (decimal): -15577136 or 13651730. OLE color: 13651730.
HSL color Cylindrical-coordinate representation of color #124FD0: hue angle of 220.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124FD0 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 79 | 208 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.18 |
| HSL | 220.74º | 0.84% | 0.44% | - |
| HSV(B) | 220.74º | 0.91% | 0.82% | - |
| XYZ | 14.43 | 10.27 | 60.9 | - |
| YUV | 75.47 | 202.79 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 208 | 0.91 | 0.62 | 0 | 0.18 | 220.74 | 0.84 | 0.44 |
| Hex | 12 | 4F | D0 | 5B | 3E | 0 | 12 | DD | 54 | 2C |
| Octal | 22 | 117 | 320 | 133 | 76 | 0 | 22 | 335 | 124 | 54 |
| Binary | 10010 | 1001111 | 11010000 | 1011011 | 111110 | 0 | 10010 | 11011101 | 1010100 | 101100 |
Color Harmonies of #124FD0
Complementary color
Monochromatic Colors of #124FD0
Black with #124FD0
Text Example
Text Example
White with #124FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FD0; }
p { color: rgb(18,79,208); }
H1.HeaderClassName
{
color: #124FD0;
}
.AnyTagClassName
{
color: #124FD0;
}
</style>
background-color css
<style>
a { background-color: #124FD0; }
a { background-color: rgb(18,79,208); }
div.DivClassName
{
background-color: #124FD0;
}
.BgClassName
{
background-color: #124FD0;
}
</style>
border-color css
<style>
span { border-color: #124FD0; }
span { border-color: rgb(18,79,208); }
td.TdClassName
{
border-color: #124FD0;
}
.TagClassName
{
border-color: #124FD0;
}
</style>