Shades of Denim #125AAF
Tints of Denim #125AAF
RGB
CMYK
RGB Variations
Color information
#125AAF (or 0x125AAF) is known color: Denim. HEX triplet: 12, 5A and AF. RGB value is (18,90,175). Sum of RGB (Red+Green+Blue) = 18+90+175=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #125AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AAF is #EDA550. Grayscale: #4D4D4D. Windows color (decimal): -15574353 or 11491858. OLE color: 11491858.
HSL color Cylindrical-coordinate representation of color #125AAF: hue angle of 212.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125AAF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 90 | 175 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.31 |
| HSL | 212.48º | 0.81% | 0.38% | - |
| HSV(B) | 212.48º | 0.9% | 0.69% | - |
| XYZ | 11.64 | 10.54 | 41.98 | - |
| YUV | 78.16 | 182.65 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 175 | 0.90 | 0.49 | 0 | 0.31 | 212.48 | 0.81 | 0.38 |
| Hex | 12 | 5A | AF | 5A | 31 | 0 | 1F | D4 | 51 | 26 |
| Octal | 22 | 132 | 257 | 132 | 61 | 0 | 37 | 324 | 121 | 46 |
| Binary | 10010 | 1011010 | 10101111 | 1011010 | 110001 | 0 | 11111 | 11010100 | 1010001 | 100110 |
Color Harmonies of #125AAF
Complementary color
Monochromatic Colors of #125AAF
Black with #125AAF
Text Example
Text Example
White with #125AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125AAF; }
p { color: rgb(18,90,175); }
H1.HeaderClassName
{
color: #125AAF;
}
.AnyTagClassName
{
color: #125AAF;
}
</style>
background-color css
<style>
a { background-color: #125AAF; }
a { background-color: rgb(18,90,175); }
div.DivClassName
{
background-color: #125AAF;
}
.BgClassName
{
background-color: #125AAF;
}
</style>
border-color css
<style>
span { border-color: #125AAF; }
span { border-color: rgb(18,90,175); }
td.TdClassName
{
border-color: #125AAF;
}
.TagClassName
{
border-color: #125AAF;
}
</style>