Shades of Blue Stone #125A59
Tints of Blue Stone #125A59
RGB
CMYK
RGB Variations
Color information
#125A59 (or 0x125A59) is known color: Blue Stone. HEX triplet: 12, 5A and 59. RGB value is (18,90,89). Sum of RGB (Red+Green+Blue) = 18+90+89=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #125A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A59 is #EDA5A6. Grayscale: #444444. Windows color (decimal): -15574439 or 5855762. OLE color: 5855762.
HSL color Cylindrical-coordinate representation of color #125A59: hue angle of 179.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A59 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 89 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.65 |
| HSL | 179.17º | 0.67% | 0.21% | - |
| HSV(B) | 179.17º | 0.8% | 0.35% | - |
| XYZ | 5.71 | 8.16 | 10.73 | - |
| YUV | 68.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 89 | 0.80 | 0 | 0.01 | 0.65 | 179.17 | 0.67 | 0.21 |
| Hex | 12 | 5A | 59 | 50 | 0 | 1 | 41 | B3 | 43 | 15 |
| Octal | 22 | 132 | 131 | 120 | 0 | 1 | 101 | 263 | 103 | 25 |
| Binary | 10010 | 1011010 | 1011001 | 1010000 | 0 | 1 | 1000001 | 10110011 | 1000011 | 10101 |
Color Harmonies of #125A59
Complementary color
Monochromatic Colors of #125A59
Black with #125A59
Text Example
Text Example
White with #125A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A59; }
p { color: rgb(18,90,89); }
H1.HeaderClassName
{
color: #125A59;
}
.AnyTagClassName
{
color: #125A59;
}
</style>
background-color css
<style>
a { background-color: #125A59; }
a { background-color: rgb(18,90,89); }
div.DivClassName
{
background-color: #125A59;
}
.BgClassName
{
background-color: #125A59;
}
</style>
border-color css
<style>
span { border-color: #125A59; }
span { border-color: rgb(18,90,89); }
td.TdClassName
{
border-color: #125A59;
}
.TagClassName
{
border-color: #125A59;
}
</style>