Shades of Denim #124FCF
Tints of Denim #124FCF
RGB
CMYK
RGB Variations
Color information
#124FCF (or 0x124FCF) is known color: Denim. HEX triplet: 12, 4F and CF. RGB value is (18,79,207). Sum of RGB (Red+Green+Blue) = 18+79+207=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #124FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FCF is #EDB030. Grayscale: #4A4A4A. Windows color (decimal): -15577137 or 13586194. OLE color: 13586194.
HSL color Cylindrical-coordinate representation of color #124FCF: hue angle of 220.63º 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 #124FCF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 79 | 207 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.19 |
| HSL | 220.63º | 0.84% | 0.44% | - |
| HSV(B) | 220.63º | 0.91% | 0.81% | - |
| XYZ | 14.31 | 10.23 | 60.25 | - |
| YUV | 75.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 207 | 0.91 | 0.62 | 0 | 0.19 | 220.63 | 0.84 | 0.44 |
| Hex | 12 | 4F | CF | 5B | 3E | 0 | 13 | DD | 54 | 2C |
| Octal | 22 | 117 | 317 | 133 | 76 | 0 | 23 | 335 | 124 | 54 |
| Binary | 10010 | 1001111 | 11001111 | 1011011 | 111110 | 0 | 10011 | 11011101 | 1010100 | 101100 |
Color Harmonies of #124FCF
Complementary color
Monochromatic Colors of #124FCF
Black with #124FCF
Text Example
Text Example
White with #124FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FCF; }
p { color: rgb(18,79,207); }
H1.HeaderClassName
{
color: #124FCF;
}
.AnyTagClassName
{
color: #124FCF;
}
</style>
background-color css
<style>
a { background-color: #124FCF; }
a { background-color: rgb(18,79,207); }
div.DivClassName
{
background-color: #124FCF;
}
.BgClassName
{
background-color: #124FCF;
}
</style>
border-color css
<style>
span { border-color: #124FCF; }
span { border-color: rgb(18,79,207); }
td.TdClassName
{
border-color: #124FCF;
}
.TagClassName
{
border-color: #124FCF;
}
</style>