Shades of Denim #125CA4
Tints of Denim #125CA4
RGB
CMYK
RGB Variations
Color information
#125CA4 (or 0x125CA4) is known color: Denim. HEX triplet: 12, 5C and A4. RGB value is (18,92,164). Sum of RGB (Red+Green+Blue) = 18+92+164=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 164 (64.45% from 255 or 59.85% from 274); Max value from RGB is 164 - color contains mainly: blue. Hex color #125CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125CA4 is #EDA35B. Grayscale: #4D4D4D. Windows color (decimal): -15573852 or 10771474. OLE color: 10771474.
HSL color Cylindrical-coordinate representation of color #125CA4: hue angle of 209.59º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125CA4 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 92 | 164 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.36 |
| HSL | 209.59º | 0.8% | 0.36% | - |
| HSV(B) | 209.59º | 0.89% | 0.64% | - |
| XYZ | 10.78 | 10.46 | 36.57 | - |
| YUV | 78.08 | 176.48 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 164 | 0.89 | 0.44 | 0 | 0.36 | 209.59 | 0.8 | 0.36 |
| Hex | 12 | 5C | A4 | 59 | 2C | 0 | 24 | D2 | 50 | 24 |
| Octal | 22 | 134 | 244 | 131 | 54 | 0 | 44 | 322 | 120 | 44 |
| Binary | 10010 | 1011100 | 10100100 | 1011001 | 101100 | 0 | 100100 | 11010010 | 1010000 | 100100 |
Color Harmonies of #125CA4
Complementary color
Monochromatic Colors of #125CA4
Black with #125CA4
Text Example
Text Example
White with #125CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125CA4; }
p { color: rgb(18,92,164); }
H1.HeaderClassName
{
color: #125CA4;
}
.AnyTagClassName
{
color: #125CA4;
}
</style>
background-color css
<style>
a { background-color: #125CA4; }
a { background-color: rgb(18,92,164); }
div.DivClassName
{
background-color: #125CA4;
}
.BgClassName
{
background-color: #125CA4;
}
</style>
border-color css
<style>
span { border-color: #125CA4; }
span { border-color: rgb(18,92,164); }
td.TdClassName
{
border-color: #125CA4;
}
.TagClassName
{
border-color: #125CA4;
}
</style>