Shades of Denim #125BAB
Tints of Denim #125BAB
RGB
CMYK
RGB Variations
Color information
#125BAB (or 0x125BAB) is known color: Denim. HEX triplet: 12, 5B and AB. RGB value is (18,91,171). Sum of RGB (Red+Green+Blue) = 18+91+171=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #125BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125BAB is #EDA454. Grayscale: #4D4D4D. Windows color (decimal): -15574101 or 11229970. OLE color: 11229970.
HSL color Cylindrical-coordinate representation of color #125BAB: hue angle of 211.37º 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 #125BAB is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 91 | 171 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.33 |
| HSL | 211.37º | 0.81% | 0.37% | - |
| HSV(B) | 211.37º | 0.89% | 0.67% | - |
| XYZ | 11.34 | 10.55 | 39.97 | - |
| YUV | 78.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 171 | 0.89 | 0.47 | 0 | 0.33 | 211.37 | 0.81 | 0.37 |
| Hex | 12 | 5B | AB | 59 | 2F | 0 | 21 | D3 | 51 | 25 |
| Octal | 22 | 133 | 253 | 131 | 57 | 0 | 41 | 323 | 121 | 45 |
| Binary | 10010 | 1011011 | 10101011 | 1011001 | 101111 | 0 | 100001 | 11010011 | 1010001 | 100101 |
Color Harmonies of #125BAB
Complementary color
Monochromatic Colors of #125BAB
Black with #125BAB
Text Example
Text Example
White with #125BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125BAB; }
p { color: rgb(18,91,171); }
H1.HeaderClassName
{
color: #125BAB;
}
.AnyTagClassName
{
color: #125BAB;
}
</style>
background-color css
<style>
a { background-color: #125BAB; }
a { background-color: rgb(18,91,171); }
div.DivClassName
{
background-color: #125BAB;
}
.BgClassName
{
background-color: #125BAB;
}
</style>
border-color css
<style>
span { border-color: #125BAB; }
span { border-color: rgb(18,91,171); }
td.TdClassName
{
border-color: #125BAB;
}
.TagClassName
{
border-color: #125BAB;
}
</style>