Shades of Blue Stone #125C59
Tints of Blue Stone #125C59
RGB
CMYK
RGB Variations
Color information
#125C59 (or 0x125C59) is known color: Blue Stone. HEX triplet: 12, 5C and 59. RGB value is (18,92,89). Sum of RGB (Red+Green+Blue) = 18+92+89=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #125C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C59 is #EDA3A6. Grayscale: #454545. Windows color (decimal): -15573927 or 5856274. OLE color: 5856274.
HSL color Cylindrical-coordinate representation of color #125C59: hue angle of 177.57º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C59 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 89 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.64 |
| HSL | 177.57º | 0.67% | 0.22% | - |
| HSV(B) | 177.57º | 0.8% | 0.36% | - |
| XYZ | 5.88 | 8.5 | 10.78 | - |
| YUV | 69.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 89 | 0.80 | 0 | 0.03 | 0.64 | 177.57 | 0.67 | 0.22 |
| Hex | 12 | 5C | 59 | 50 | 0 | 3 | 40 | B2 | 43 | 16 |
| Octal | 22 | 134 | 131 | 120 | 0 | 3 | 100 | 262 | 103 | 26 |
| Binary | 10010 | 1011100 | 1011001 | 1010000 | 0 | 11 | 1000000 | 10110010 | 1000011 | 10110 |
Color Harmonies of #125C59
Complementary color
Monochromatic Colors of #125C59
Black with #125C59
Text Example
Text Example
White with #125C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C59; }
p { color: rgb(18,92,89); }
H1.HeaderClassName
{
color: #125C59;
}
.AnyTagClassName
{
color: #125C59;
}
</style>
background-color css
<style>
a { background-color: #125C59; }
a { background-color: rgb(18,92,89); }
div.DivClassName
{
background-color: #125C59;
}
.BgClassName
{
background-color: #125C59;
}
</style>
border-color css
<style>
span { border-color: #125C59; }
span { border-color: rgb(18,92,89); }
td.TdClassName
{
border-color: #125C59;
}
.TagClassName
{
border-color: #125C59;
}
</style>