Shades of Denim #124BC7
Tints of Denim #124BC7
RGB
CMYK
RGB Variations
Color information
#124BC7 (or 0x124BC7) is known color: Denim. HEX triplet: 12, 4B and C7. RGB value is (18,75,199). Sum of RGB (Red+Green+Blue) = 18+75+199=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 199 (78.12% from 255 or 68.15% from 292); Max value from RGB is 199 - color contains mainly: blue. Hex color #124BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BC7 is #EDB438. Grayscale: #474747. Windows color (decimal): -15578169 or 13060882. OLE color: 13060882.
HSL color Cylindrical-coordinate representation of color #124BC7: hue angle of 221.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BC7 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 75 | 199 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.22 |
| HSL | 221.11º | 0.83% | 0.43% | - |
| HSV(B) | 221.11º | 0.91% | 0.78% | - |
| XYZ | 13.07 | 9.28 | 55.14 | - |
| YUV | 72.09 | 199.62 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 199 | 0.91 | 0.62 | 0 | 0.22 | 221.11 | 0.83 | 0.43 |
| Hex | 12 | 4B | C7 | 5B | 3E | 0 | 16 | DD | 53 | 2B |
| Octal | 22 | 113 | 307 | 133 | 76 | 0 | 26 | 335 | 123 | 53 |
| Binary | 10010 | 1001011 | 11000111 | 1011011 | 111110 | 0 | 10110 | 11011101 | 1010011 | 101011 |
Color Harmonies of #124BC7
Complementary color
Monochromatic Colors of #124BC7
Black with #124BC7
Text Example
Text Example
White with #124BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BC7; }
p { color: rgb(18,75,199); }
H1.HeaderClassName
{
color: #124BC7;
}
.AnyTagClassName
{
color: #124BC7;
}
</style>
background-color css
<style>
a { background-color: #124BC7; }
a { background-color: rgb(18,75,199); }
div.DivClassName
{
background-color: #124BC7;
}
.BgClassName
{
background-color: #124BC7;
}
</style>
border-color css
<style>
span { border-color: #124BC7; }
span { border-color: rgb(18,75,199); }
td.TdClassName
{
border-color: #124BC7;
}
.TagClassName
{
border-color: #124BC7;
}
</style>