Shades of Denim #125FAB
Tints of Denim #125FAB
RGB
CMYK
RGB Variations
Color information
#125FAB (or 0x125FAB) is known color: Denim. HEX triplet: 12, 5F and AB. RGB value is (18,95,171). Sum of RGB (Red+Green+Blue) = 18+95+171=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #125FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125FAB is #EDA054. Grayscale: #505050. Windows color (decimal): -15573077 or 11230994. OLE color: 11230994.
HSL color Cylindrical-coordinate representation of color #125FAB: hue angle of 209.8º 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 #125FAB is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 95 | 171 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.33 |
| HSL | 209.8º | 0.81% | 0.37% | - |
| HSV(B) | 209.8º | 0.89% | 0.67% | - |
| XYZ | 11.69 | 11.25 | 40.08 | - |
| YUV | 80.64 | 178.99 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 171 | 0.89 | 0.44 | 0 | 0.33 | 209.8 | 0.81 | 0.37 |
| Hex | 12 | 5F | AB | 59 | 2C | 0 | 21 | D2 | 51 | 25 |
| Octal | 22 | 137 | 253 | 131 | 54 | 0 | 41 | 322 | 121 | 45 |
| Binary | 10010 | 1011111 | 10101011 | 1011001 | 101100 | 0 | 100001 | 11010010 | 1010001 | 100101 |
Color Harmonies of #125FAB
Complementary color
Monochromatic Colors of #125FAB
Black with #125FAB
Text Example
Text Example
White with #125FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125FAB; }
p { color: rgb(18,95,171); }
H1.HeaderClassName
{
color: #125FAB;
}
.AnyTagClassName
{
color: #125FAB;
}
</style>
background-color css
<style>
a { background-color: #125FAB; }
a { background-color: rgb(18,95,171); }
div.DivClassName
{
background-color: #125FAB;
}
.BgClassName
{
background-color: #125FAB;
}
</style>
border-color css
<style>
span { border-color: #125FAB; }
span { border-color: rgb(18,95,171); }
td.TdClassName
{
border-color: #125FAB;
}
.TagClassName
{
border-color: #125FAB;
}
</style>