Shades of Denim #124CC5
Tints of Denim #124CC5
RGB
CMYK
RGB Variations
Color information
#124CC5 (or 0x124CC5) is known color: Denim. HEX triplet: 12, 4C and C5. RGB value is (18,76,197). Sum of RGB (Red+Green+Blue) = 18+76+197=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 197 (77.34% from 255 or 67.70% from 291); Max value from RGB is 197 - color contains mainly: blue. Hex color #124CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CC5 is #EDB33A. Grayscale: #474747. Windows color (decimal): -15577915 or 12930066. OLE color: 12930066.
HSL color Cylindrical-coordinate representation of color #124CC5: hue angle of 220.56º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124CC5 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 76 | 197 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.23 |
| HSL | 220.56º | 0.83% | 0.42% | - |
| HSV(B) | 220.56º | 0.91% | 0.77% | - |
| XYZ | 12.91 | 9.33 | 53.94 | - |
| YUV | 72.45 | 198.28 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 197 | 0.91 | 0.61 | 0 | 0.23 | 220.56 | 0.83 | 0.42 |
| Hex | 12 | 4C | C5 | 5B | 3D | 0 | 17 | DD | 53 | 2A |
| Octal | 22 | 114 | 305 | 133 | 75 | 0 | 27 | 335 | 123 | 52 |
| Binary | 10010 | 1001100 | 11000101 | 1011011 | 111101 | 0 | 10111 | 11011101 | 1010011 | 101010 |
Color Harmonies of #124CC5
Complementary color
Monochromatic Colors of #124CC5
Black with #124CC5
Text Example
Text Example
White with #124CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CC5; }
p { color: rgb(18,76,197); }
H1.HeaderClassName
{
color: #124CC5;
}
.AnyTagClassName
{
color: #124CC5;
}
</style>
background-color css
<style>
a { background-color: #124CC5; }
a { background-color: rgb(18,76,197); }
div.DivClassName
{
background-color: #124CC5;
}
.BgClassName
{
background-color: #124CC5;
}
</style>
border-color css
<style>
span { border-color: #124CC5; }
span { border-color: rgb(18,76,197); }
td.TdClassName
{
border-color: #124CC5;
}
.TagClassName
{
border-color: #124CC5;
}
</style>