Shades of Denim #125DAC
Tints of Denim #125DAC
RGB
CMYK
RGB Variations
Color information
#125DAC (or 0x125DAC) is known color: Denim. HEX triplet: 12, 5D and AC. RGB value is (18,93,172). Sum of RGB (Red+Green+Blue) = 18+93+172=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #125DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125DAC is #EDA253. Grayscale: #4F4F4F. Windows color (decimal): -15573588 or 11296018. OLE color: 11296018.
HSL color Cylindrical-coordinate representation of color #125DAC: hue angle of 210.78º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125DAC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 93 | 172 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.33 |
| HSL | 210.78º | 0.81% | 0.37% | - |
| HSV(B) | 210.78º | 0.9% | 0.67% | - |
| XYZ | 11.61 | 10.94 | 40.53 | - |
| YUV | 79.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 172 | 0.90 | 0.46 | 0 | 0.33 | 210.78 | 0.81 | 0.37 |
| Hex | 12 | 5D | AC | 5A | 2E | 0 | 21 | D3 | 51 | 25 |
| Octal | 22 | 135 | 254 | 132 | 56 | 0 | 41 | 323 | 121 | 45 |
| Binary | 10010 | 1011101 | 10101100 | 1011010 | 101110 | 0 | 100001 | 11010011 | 1010001 | 100101 |
Color Harmonies of #125DAC
Complementary color
Monochromatic Colors of #125DAC
Black with #125DAC
Text Example
Text Example
White with #125DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DAC; }
p { color: rgb(18,93,172); }
H1.HeaderClassName
{
color: #125DAC;
}
.AnyTagClassName
{
color: #125DAC;
}
</style>
background-color css
<style>
a { background-color: #125DAC; }
a { background-color: rgb(18,93,172); }
div.DivClassName
{
background-color: #125DAC;
}
.BgClassName
{
background-color: #125DAC;
}
</style>
border-color css
<style>
span { border-color: #125DAC; }
span { border-color: rgb(18,93,172); }
td.TdClassName
{
border-color: #125DAC;
}
.TagClassName
{
border-color: #125DAC;
}
</style>