Shades of Denim #124CC1
Tints of Denim #124CC1
RGB
CMYK
RGB Variations
Color information
#124CC1 (or 0x124CC1) is known color: Denim. HEX triplet: 12, 4C and C1. RGB value is (18,76,193). Sum of RGB (Red+Green+Blue) = 18+76+193=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #124CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CC1 is #EDB33E. Grayscale: #474747. Windows color (decimal): -15577919 or 12667922. OLE color: 12667922.
HSL color Cylindrical-coordinate representation of color #124CC1: hue angle of 220.11º 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 #124CC1 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 76 | 193 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.24 |
| HSL | 220.11º | 0.83% | 0.41% | - |
| HSV(B) | 220.11º | 0.91% | 0.76% | - |
| XYZ | 12.46 | 9.15 | 51.56 | - |
| YUV | 72 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 193 | 0.91 | 0.61 | 0 | 0.24 | 220.11 | 0.83 | 0.41 |
| Hex | 12 | 4C | C1 | 5B | 3D | 0 | 18 | DC | 53 | 29 |
| Octal | 22 | 114 | 301 | 133 | 75 | 0 | 30 | 334 | 123 | 51 |
| Binary | 10010 | 1001100 | 11000001 | 1011011 | 111101 | 0 | 11000 | 11011100 | 1010011 | 101001 |
Color Harmonies of #124CC1
Complementary color
Monochromatic Colors of #124CC1
Black with #124CC1
Text Example
Text Example
White with #124CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CC1; }
p { color: rgb(18,76,193); }
H1.HeaderClassName
{
color: #124CC1;
}
.AnyTagClassName
{
color: #124CC1;
}
</style>
background-color css
<style>
a { background-color: #124CC1; }
a { background-color: rgb(18,76,193); }
div.DivClassName
{
background-color: #124CC1;
}
.BgClassName
{
background-color: #124CC1;
}
</style>
border-color css
<style>
span { border-color: #124CC1; }
span { border-color: rgb(18,76,193); }
td.TdClassName
{
border-color: #124CC1;
}
.TagClassName
{
border-color: #124CC1;
}
</style>