Shades of Denim #124DCF
Tints of Denim #124DCF
RGB
CMYK
RGB Variations
Color information
#124DCF (or 0x124DCF) is known color: Denim. HEX triplet: 12, 4D and CF. RGB value is (18,77,207). Sum of RGB (Red+Green+Blue) = 18+77+207=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #124DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DCF is #EDB230. Grayscale: #494949. Windows color (decimal): -15577649 or 13585682. OLE color: 13585682.
HSL color Cylindrical-coordinate representation of color #124DCF: hue angle of 221.27º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124DCF is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 77 | 207 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.19 |
| HSL | 221.27º | 0.84% | 0.44% | - |
| HSV(B) | 221.27º | 0.91% | 0.81% | - |
| XYZ | 14.17 | 9.94 | 60.2 | - |
| YUV | 74.18 | 202.95 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 207 | 0.91 | 0.63 | 0 | 0.19 | 221.27 | 0.84 | 0.44 |
| Hex | 12 | 4D | CF | 5B | 3F | 0 | 13 | DD | 54 | 2C |
| Octal | 22 | 115 | 317 | 133 | 77 | 0 | 23 | 335 | 124 | 54 |
| Binary | 10010 | 1001101 | 11001111 | 1011011 | 111111 | 0 | 10011 | 11011101 | 1010100 | 101100 |
Color Harmonies of #124DCF
Complementary color
Monochromatic Colors of #124DCF
Black with #124DCF
Text Example
Text Example
White with #124DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DCF; }
p { color: rgb(18,77,207); }
H1.HeaderClassName
{
color: #124DCF;
}
.AnyTagClassName
{
color: #124DCF;
}
</style>
background-color css
<style>
a { background-color: #124DCF; }
a { background-color: rgb(18,77,207); }
div.DivClassName
{
background-color: #124DCF;
}
.BgClassName
{
background-color: #124DCF;
}
</style>
border-color css
<style>
span { border-color: #124DCF; }
span { border-color: rgb(18,77,207); }
td.TdClassName
{
border-color: #124DCF;
}
.TagClassName
{
border-color: #124DCF;
}
</style>