Shades of Denim #125EAA
Tints of Denim #125EAA
RGB
CMYK
RGB Variations
Color information
#125EAA (or 0x125EAA) is known color: Denim. HEX triplet: 12, 5E and AA. RGB value is (18,94,170). Sum of RGB (Red+Green+Blue) = 18+94+170=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #125EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125EAA is #EDA155. Grayscale: #4F4F4F. Windows color (decimal): -15573334 or 11165202. OLE color: 11165202.
HSL color Cylindrical-coordinate representation of color #125EAA: hue angle of 210º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125EAA is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 94 | 170 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.33 |
| HSL | 210º | 0.81% | 0.37% | - |
| HSV(B) | 210º | 0.89% | 0.67% | - |
| XYZ | 11.51 | 11.04 | 39.55 | - |
| YUV | 79.94 | 178.82 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 170 | 0.89 | 0.45 | 0 | 0.33 | 210 | 0.81 | 0.37 |
| Hex | 12 | 5E | AA | 59 | 2D | 0 | 21 | D2 | 51 | 25 |
| Octal | 22 | 136 | 252 | 131 | 55 | 0 | 41 | 322 | 121 | 45 |
| Binary | 10010 | 1011110 | 10101010 | 1011001 | 101101 | 0 | 100001 | 11010010 | 1010001 | 100101 |
Color Harmonies of #125EAA
Complementary color
Monochromatic Colors of #125EAA
Black with #125EAA
Text Example
Text Example
White with #125EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125EAA; }
p { color: rgb(18,94,170); }
H1.HeaderClassName
{
color: #125EAA;
}
.AnyTagClassName
{
color: #125EAA;
}
</style>
background-color css
<style>
a { background-color: #125EAA; }
a { background-color: rgb(18,94,170); }
div.DivClassName
{
background-color: #125EAA;
}
.BgClassName
{
background-color: #125EAA;
}
</style>
border-color css
<style>
span { border-color: #125EAA; }
span { border-color: rgb(18,94,170); }
td.TdClassName
{
border-color: #125EAA;
}
.TagClassName
{
border-color: #125EAA;
}
</style>