Shades of Denim #125DAA
Tints of Denim #125DAA
RGB
CMYK
RGB Variations
Color information
#125DAA (or 0x125DAA) is known color: Denim. HEX triplet: 12, 5D and AA. RGB value is (18,93,170). Sum of RGB (Red+Green+Blue) = 18+93+170=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #125DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125DAA is #EDA255. Grayscale: #4E4E4E. Windows color (decimal): -15573590 or 11164946. OLE color: 11164946.
HSL color Cylindrical-coordinate representation of color #125DAA: hue angle of 210.39º 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 #125DAA is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 93 | 170 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.33 |
| HSL | 210.39º | 0.81% | 0.37% | - |
| HSV(B) | 210.39º | 0.89% | 0.67% | - |
| XYZ | 11.42 | 10.86 | 39.52 | - |
| YUV | 79.35 | 179.15 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 170 | 0.89 | 0.45 | 0 | 0.33 | 210.39 | 0.81 | 0.37 |
| Hex | 12 | 5D | AA | 59 | 2D | 0 | 21 | D2 | 51 | 25 |
| Octal | 22 | 135 | 252 | 131 | 55 | 0 | 41 | 322 | 121 | 45 |
| Binary | 10010 | 1011101 | 10101010 | 1011001 | 101101 | 0 | 100001 | 11010010 | 1010001 | 100101 |
Color Harmonies of #125DAA
Complementary color
Monochromatic Colors of #125DAA
Black with #125DAA
Text Example
Text Example
White with #125DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DAA; }
p { color: rgb(18,93,170); }
H1.HeaderClassName
{
color: #125DAA;
}
.AnyTagClassName
{
color: #125DAA;
}
</style>
background-color css
<style>
a { background-color: #125DAA; }
a { background-color: rgb(18,93,170); }
div.DivClassName
{
background-color: #125DAA;
}
.BgClassName
{
background-color: #125DAA;
}
</style>
border-color css
<style>
span { border-color: #125DAA; }
span { border-color: rgb(18,93,170); }
td.TdClassName
{
border-color: #125DAA;
}
.TagClassName
{
border-color: #125DAA;
}
</style>