Shades of Denim #125ABA
Tints of Denim #125ABA
RGB
CMYK
RGB Variations
Color information
#125ABA (or 0x125ABA) is known color: Denim. HEX triplet: 12, 5A and BA. RGB value is (18,90,186). Sum of RGB (Red+Green+Blue) = 18+90+186=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #125ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ABA is #EDA545. Grayscale: #4E4E4E. Windows color (decimal): -15574342 or 12212754. OLE color: 12212754.
HSL color Cylindrical-coordinate representation of color #125ABA: hue angle of 214.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125ABA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 90 | 186 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.27 |
| HSL | 214.29º | 0.82% | 0.4% | - |
| HSV(B) | 214.29º | 0.9% | 0.73% | - |
| XYZ | 12.77 | 10.99 | 47.9 | - |
| YUV | 79.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 186 | 0.90 | 0.52 | 0 | 0.27 | 214.29 | 0.82 | 0.4 |
| Hex | 12 | 5A | BA | 5A | 34 | 0 | 1B | D6 | 52 | 28 |
| Octal | 22 | 132 | 272 | 132 | 64 | 0 | 33 | 326 | 122 | 50 |
| Binary | 10010 | 1011010 | 10111010 | 1011010 | 110100 | 0 | 11011 | 11010110 | 1010010 | 101000 |
Color Harmonies of #125ABA
Complementary color
Monochromatic Colors of #125ABA
Black with #125ABA
Text Example
Text Example
White with #125ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125ABA; }
p { color: rgb(18,90,186); }
H1.HeaderClassName
{
color: #125ABA;
}
.AnyTagClassName
{
color: #125ABA;
}
</style>
background-color css
<style>
a { background-color: #125ABA; }
a { background-color: rgb(18,90,186); }
div.DivClassName
{
background-color: #125ABA;
}
.BgClassName
{
background-color: #125ABA;
}
</style>
border-color css
<style>
span { border-color: #125ABA; }
span { border-color: rgb(18,90,186); }
td.TdClassName
{
border-color: #125ABA;
}
.TagClassName
{
border-color: #125ABA;
}
</style>