Shades of Denim #124BC3
Tints of Denim #124BC3
RGB
CMYK
RGB Variations
Color information
#124BC3 (or 0x124BC3) is known color: Denim. HEX triplet: 12, 4B and C3. RGB value is (18,75,195). Sum of RGB (Red+Green+Blue) = 18+75+195=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 195 (76.56% from 255 or 67.71% from 288); Max value from RGB is 195 - color contains mainly: blue. Hex color #124BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BC3 is #EDB43C. Grayscale: #474747. Windows color (decimal): -15578173 or 12798738. OLE color: 12798738.
HSL color Cylindrical-coordinate representation of color #124BC3: hue angle of 220.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BC3 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 75 | 195 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.24 |
| HSL | 220.68º | 0.83% | 0.42% | - |
| HSV(B) | 220.68º | 0.91% | 0.76% | - |
| XYZ | 12.62 | 9.1 | 52.72 | - |
| YUV | 71.64 | 197.62 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 195 | 0.91 | 0.62 | 0 | 0.24 | 220.68 | 0.83 | 0.42 |
| Hex | 12 | 4B | C3 | 5B | 3E | 0 | 18 | DD | 53 | 2A |
| Octal | 22 | 113 | 303 | 133 | 76 | 0 | 30 | 335 | 123 | 52 |
| Binary | 10010 | 1001011 | 11000011 | 1011011 | 111110 | 0 | 11000 | 11011101 | 1010011 | 101010 |
Color Harmonies of #124BC3
Complementary color
Monochromatic Colors of #124BC3
Black with #124BC3
Text Example
Text Example
White with #124BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BC3; }
p { color: rgb(18,75,195); }
H1.HeaderClassName
{
color: #124BC3;
}
.AnyTagClassName
{
color: #124BC3;
}
</style>
background-color css
<style>
a { background-color: #124BC3; }
a { background-color: rgb(18,75,195); }
div.DivClassName
{
background-color: #124BC3;
}
.BgClassName
{
background-color: #124BC3;
}
</style>
border-color css
<style>
span { border-color: #124BC3; }
span { border-color: rgb(18,75,195); }
td.TdClassName
{
border-color: #124BC3;
}
.TagClassName
{
border-color: #124BC3;
}
</style>