Shades of Denim #125AAD
Tints of Denim #125AAD
RGB
CMYK
RGB Variations
Color information
#125AAD (or 0x125AAD) is known color: Denim. HEX triplet: 12, 5A and AD. RGB value is (18,90,173). Sum of RGB (Red+Green+Blue) = 18+90+173=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #125AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AAD is #EDA552. Grayscale: #4D4D4D. Windows color (decimal): -15574355 or 11360786. OLE color: 11360786.
HSL color Cylindrical-coordinate representation of color #125AAD: hue angle of 212.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125AAD is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 90 | 173 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.32 |
| HSL | 212.13º | 0.81% | 0.37% | - |
| HSV(B) | 212.13º | 0.9% | 0.68% | - |
| XYZ | 11.45 | 10.46 | 40.95 | - |
| YUV | 77.93 | 181.65 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 173 | 0.90 | 0.48 | 0 | 0.32 | 212.13 | 0.81 | 0.37 |
| Hex | 12 | 5A | AD | 5A | 30 | 0 | 20 | D4 | 51 | 25 |
| Octal | 22 | 132 | 255 | 132 | 60 | 0 | 40 | 324 | 121 | 45 |
| Binary | 10010 | 1011010 | 10101101 | 1011010 | 110000 | 0 | 100000 | 11010100 | 1010001 | 100101 |
Color Harmonies of #125AAD
Complementary color
Monochromatic Colors of #125AAD
Black with #125AAD
Text Example
Text Example
White with #125AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125AAD; }
p { color: rgb(18,90,173); }
H1.HeaderClassName
{
color: #125AAD;
}
.AnyTagClassName
{
color: #125AAD;
}
</style>
background-color css
<style>
a { background-color: #125AAD; }
a { background-color: rgb(18,90,173); }
div.DivClassName
{
background-color: #125AAD;
}
.BgClassName
{
background-color: #125AAD;
}
</style>
border-color css
<style>
span { border-color: #125AAD; }
span { border-color: rgb(18,90,173); }
td.TdClassName
{
border-color: #125AAD;
}
.TagClassName
{
border-color: #125AAD;
}
</style>