Shades of Denim #125EC6
Tints of Denim #125EC6
RGB
CMYK
RGB Variations
Color information
#125EC6 (or 0x125EC6) is known color: Denim. HEX triplet: 12, 5E and C6. RGB value is (18,94,198). Sum of RGB (Red+Green+Blue) = 18+94+198=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #125EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125EC6 is #EDA139. Grayscale: #525252. Windows color (decimal): -15573306 or 13000210. OLE color: 13000210.
HSL color Cylindrical-coordinate representation of color #125EC6: hue angle of 214.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125EC6 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 94 | 198 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.22 |
| HSL | 214.67º | 0.83% | 0.42% | - |
| HSV(B) | 214.67º | 0.91% | 0.78% | - |
| XYZ | 14.45 | 12.21 | 55.02 | - |
| YUV | 83.13 | 192.82 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 198 | 0.91 | 0.53 | 0 | 0.22 | 214.67 | 0.83 | 0.42 |
| Hex | 12 | 5E | C6 | 5B | 35 | 0 | 16 | D7 | 53 | 2A |
| Octal | 22 | 136 | 306 | 133 | 65 | 0 | 26 | 327 | 123 | 52 |
| Binary | 10010 | 1011110 | 11000110 | 1011011 | 110101 | 0 | 10110 | 11010111 | 1010011 | 101010 |
Color Harmonies of #125EC6
Complementary color
Monochromatic Colors of #125EC6
Black with #125EC6
Text Example
Text Example
White with #125EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125EC6; }
p { color: rgb(18,94,198); }
H1.HeaderClassName
{
color: #125EC6;
}
.AnyTagClassName
{
color: #125EC6;
}
</style>
background-color css
<style>
a { background-color: #125EC6; }
a { background-color: rgb(18,94,198); }
div.DivClassName
{
background-color: #125EC6;
}
.BgClassName
{
background-color: #125EC6;
}
</style>
border-color css
<style>
span { border-color: #125EC6; }
span { border-color: rgb(18,94,198); }
td.TdClassName
{
border-color: #125EC6;
}
.TagClassName
{
border-color: #125EC6;
}
</style>