Shades of Denim #125EC1
Tints of Denim #125EC1
RGB
CMYK
RGB Variations
Color information
#125EC1 (or 0x125EC1) is known color: Denim. HEX triplet: 12, 5E and C1. RGB value is (18,94,193). Sum of RGB (Red+Green+Blue) = 18+94+193=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #125EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125EC1 is #EDA13E. Grayscale: #525252. Windows color (decimal): -15573311 or 12672530. OLE color: 12672530.
HSL color Cylindrical-coordinate representation of color #125EC1: hue angle of 213.94º 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 #125EC1 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 94 | 193 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.24 |
| HSL | 213.94º | 0.83% | 0.41% | - |
| HSV(B) | 213.94º | 0.91% | 0.76% | - |
| XYZ | 13.88 | 11.98 | 52.03 | - |
| YUV | 82.56 | 190.32 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 193 | 0.91 | 0.51 | 0 | 0.24 | 213.94 | 0.83 | 0.41 |
| Hex | 12 | 5E | C1 | 5B | 33 | 0 | 18 | D6 | 53 | 29 |
| Octal | 22 | 136 | 301 | 133 | 63 | 0 | 30 | 326 | 123 | 51 |
| Binary | 10010 | 1011110 | 11000001 | 1011011 | 110011 | 0 | 11000 | 11010110 | 1010011 | 101001 |
Color Harmonies of #125EC1
Complementary color
Monochromatic Colors of #125EC1
Black with #125EC1
Text Example
Text Example
White with #125EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125EC1; }
p { color: rgb(18,94,193); }
H1.HeaderClassName
{
color: #125EC1;
}
.AnyTagClassName
{
color: #125EC1;
}
</style>
background-color css
<style>
a { background-color: #125EC1; }
a { background-color: rgb(18,94,193); }
div.DivClassName
{
background-color: #125EC1;
}
.BgClassName
{
background-color: #125EC1;
}
</style>
border-color css
<style>
span { border-color: #125EC1; }
span { border-color: rgb(18,94,193); }
td.TdClassName
{
border-color: #125EC1;
}
.TagClassName
{
border-color: #125EC1;
}
</style>