Shades of Denim #125AC2
Tints of Denim #125AC2
RGB
CMYK
RGB Variations
Color information
#125AC2 (or 0x125AC2) is known color: Denim. HEX triplet: 12, 5A and C2. RGB value is (18,90,194). Sum of RGB (Red+Green+Blue) = 18+90+194=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 194 (76.17% from 255 or 64.24% from 302); Max value from RGB is 194 - color contains mainly: blue. Hex color #125AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125AC2 is #EDA53D. Grayscale: #4F4F4F. Windows color (decimal): -15574334 or 12737042. OLE color: 12737042.
HSL color Cylindrical-coordinate representation of color #125AC2: hue angle of 215.45º 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 #125AC2 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 90 | 194 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.24 |
| HSL | 215.45º | 0.83% | 0.42% | - |
| HSV(B) | 215.45º | 0.91% | 0.76% | - |
| XYZ | 13.64 | 11.34 | 52.51 | - |
| YUV | 80.33 | 192.15 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 194 | 0.91 | 0.54 | 0 | 0.24 | 215.45 | 0.83 | 0.42 |
| Hex | 12 | 5A | C2 | 5B | 36 | 0 | 18 | D7 | 53 | 2A |
| Octal | 22 | 132 | 302 | 133 | 66 | 0 | 30 | 327 | 123 | 52 |
| Binary | 10010 | 1011010 | 11000010 | 1011011 | 110110 | 0 | 11000 | 11010111 | 1010011 | 101010 |
Color Harmonies of #125AC2
Complementary color
Monochromatic Colors of #125AC2
Black with #125AC2
Text Example
Text Example
White with #125AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125AC2; }
p { color: rgb(18,90,194); }
H1.HeaderClassName
{
color: #125AC2;
}
.AnyTagClassName
{
color: #125AC2;
}
</style>
background-color css
<style>
a { background-color: #125AC2; }
a { background-color: rgb(18,90,194); }
div.DivClassName
{
background-color: #125AC2;
}
.BgClassName
{
background-color: #125AC2;
}
</style>
border-color css
<style>
span { border-color: #125AC2; }
span { border-color: rgb(18,90,194); }
td.TdClassName
{
border-color: #125AC2;
}
.TagClassName
{
border-color: #125AC2;
}
</style>