Shades of Denim #124BC1
Tints of Denim #124BC1
RGB
CMYK
RGB Variations
Color information
#124BC1 (or 0x124BC1) is known color: Denim. HEX triplet: 12, 4B and C1. RGB value is (18,75,193). Sum of RGB (Red+Green+Blue) = 18+75+193=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 193 (75.78% from 255 or 67.48% from 286); Max value from RGB is 193 - color contains mainly: blue. Hex color #124BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BC1 is #EDB43E. Grayscale: #464646. Windows color (decimal): -15578175 or 12667666. OLE color: 12667666.
HSL color Cylindrical-coordinate representation of color #124BC1: hue angle of 220.46º 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 #124BC1 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 75 | 193 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.24 |
| HSL | 220.46º | 0.83% | 0.41% | - |
| HSV(B) | 220.46º | 0.91% | 0.76% | - |
| XYZ | 12.39 | 9.01 | 51.54 | - |
| YUV | 71.41 | 196.62 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 193 | 0.91 | 0.61 | 0 | 0.24 | 220.46 | 0.83 | 0.41 |
| Hex | 12 | 4B | C1 | 5B | 3D | 0 | 18 | DC | 53 | 29 |
| Octal | 22 | 113 | 301 | 133 | 75 | 0 | 30 | 334 | 123 | 51 |
| Binary | 10010 | 1001011 | 11000001 | 1011011 | 111101 | 0 | 11000 | 11011100 | 1010011 | 101001 |
Color Harmonies of #124BC1
Complementary color
Monochromatic Colors of #124BC1
Black with #124BC1
Text Example
Text Example
White with #124BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BC1; }
p { color: rgb(18,75,193); }
H1.HeaderClassName
{
color: #124BC1;
}
.AnyTagClassName
{
color: #124BC1;
}
</style>
background-color css
<style>
a { background-color: #124BC1; }
a { background-color: rgb(18,75,193); }
div.DivClassName
{
background-color: #124BC1;
}
.BgClassName
{
background-color: #124BC1;
}
</style>
border-color css
<style>
span { border-color: #124BC1; }
span { border-color: rgb(18,75,193); }
td.TdClassName
{
border-color: #124BC1;
}
.TagClassName
{
border-color: #124BC1;
}
</style>