Shades of Denim #124FC1
Tints of Denim #124FC1
RGB
CMYK
RGB Variations
Color information
#124FC1 (or 0x124FC1) is known color: Denim. HEX triplet: 12, 4F and C1. RGB value is (18,79,193). Sum of RGB (Red+Green+Blue) = 18+79+193=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #124FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FC1 is #EDB03E. Grayscale: #494949. Windows color (decimal): -15577151 or 12668690. OLE color: 12668690.
HSL color Cylindrical-coordinate representation of color #124FC1: hue angle of 219.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124FC1 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 79 | 193 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.24 |
| HSL | 219.09º | 0.83% | 0.41% | - |
| HSV(B) | 219.09º | 0.91% | 0.76% | - |
| XYZ | 12.67 | 9.57 | 51.63 | - |
| YUV | 73.76 | 195.29 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 193 | 0.91 | 0.59 | 0 | 0.24 | 219.09 | 0.83 | 0.41 |
| Hex | 12 | 4F | C1 | 5B | 3B | 0 | 18 | DB | 53 | 29 |
| Octal | 22 | 117 | 301 | 133 | 73 | 0 | 30 | 333 | 123 | 51 |
| Binary | 10010 | 1001111 | 11000001 | 1011011 | 111011 | 0 | 11000 | 11011011 | 1010011 | 101001 |
Color Harmonies of #124FC1
Complementary color
Monochromatic Colors of #124FC1
Black with #124FC1
Text Example
Text Example
White with #124FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FC1; }
p { color: rgb(18,79,193); }
H1.HeaderClassName
{
color: #124FC1;
}
.AnyTagClassName
{
color: #124FC1;
}
</style>
background-color css
<style>
a { background-color: #124FC1; }
a { background-color: rgb(18,79,193); }
div.DivClassName
{
background-color: #124FC1;
}
.BgClassName
{
background-color: #124FC1;
}
</style>
border-color css
<style>
span { border-color: #124FC1; }
span { border-color: rgb(18,79,193); }
td.TdClassName
{
border-color: #124FC1;
}
.TagClassName
{
border-color: #124FC1;
}
</style>