Shades of Denim #125FAC
Tints of Denim #125FAC
RGB
CMYK
RGB Variations
Color information
#125FAC (or 0x125FAC) is known color: Denim. HEX triplet: 12, 5F and AC. RGB value is (18,95,172). Sum of RGB (Red+Green+Blue) = 18+95+172=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #125FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125FAC is #EDA053. Grayscale: #505050. Windows color (decimal): -15573076 or 11296530. OLE color: 11296530.
HSL color Cylindrical-coordinate representation of color #125FAC: hue angle of 210º 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 #125FAC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 95 | 172 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.33 |
| HSL | 210º | 0.81% | 0.37% | - |
| HSV(B) | 210º | 0.9% | 0.67% | - |
| XYZ | 11.79 | 11.29 | 40.59 | - |
| YUV | 80.76 | 179.49 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 172 | 0.90 | 0.45 | 0 | 0.33 | 210 | 0.81 | 0.37 |
| Hex | 12 | 5F | AC | 5A | 2D | 0 | 21 | D2 | 51 | 25 |
| Octal | 22 | 137 | 254 | 132 | 55 | 0 | 41 | 322 | 121 | 45 |
| Binary | 10010 | 1011111 | 10101100 | 1011010 | 101101 | 0 | 100001 | 11010010 | 1010001 | 100101 |
Color Harmonies of #125FAC
Complementary color
Monochromatic Colors of #125FAC
Black with #125FAC
Text Example
Text Example
White with #125FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125FAC; }
p { color: rgb(18,95,172); }
H1.HeaderClassName
{
color: #125FAC;
}
.AnyTagClassName
{
color: #125FAC;
}
</style>
background-color css
<style>
a { background-color: #125FAC; }
a { background-color: rgb(18,95,172); }
div.DivClassName
{
background-color: #125FAC;
}
.BgClassName
{
background-color: #125FAC;
}
</style>
border-color css
<style>
span { border-color: #125FAC; }
span { border-color: rgb(18,95,172); }
td.TdClassName
{
border-color: #125FAC;
}
.TagClassName
{
border-color: #125FAC;
}
</style>