Shades of Blue Stone #125D58
Tints of Blue Stone #125D58
RGB
CMYK
RGB Variations
Color information
#125D58 (or 0x125D58) is known color: Blue Stone. HEX triplet: 12, 5D and 58. RGB value is (18,93,88). Sum of RGB (Red+Green+Blue) = 18+93+88=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #125D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D58 is #EDA2A7. Grayscale: #454545. Windows color (decimal): -15573672 or 5790994. OLE color: 5790994.
HSL color Cylindrical-coordinate representation of color #125D58: hue angle of 176º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D58 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 88 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.64 |
| HSL | 176º | 0.68% | 0.22% | - |
| HSV(B) | 176º | 0.81% | 0.36% | - |
| XYZ | 5.93 | 8.66 | 10.59 | - |
| YUV | 70.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 88 | 0.81 | 0 | 0.05 | 0.64 | 176 | 0.68 | 0.22 |
| Hex | 12 | 5D | 58 | 51 | 0 | 5 | 40 | B0 | 44 | 16 |
| Octal | 22 | 135 | 130 | 121 | 0 | 5 | 100 | 260 | 104 | 26 |
| Binary | 10010 | 1011101 | 1011000 | 1010001 | 0 | 101 | 1000000 | 10110000 | 1000100 | 10110 |
Color Harmonies of #125D58
Complementary color
Monochromatic Colors of #125D58
Black with #125D58
Text Example
Text Example
White with #125D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D58; }
p { color: rgb(18,93,88); }
H1.HeaderClassName
{
color: #125D58;
}
.AnyTagClassName
{
color: #125D58;
}
</style>
background-color css
<style>
a { background-color: #125D58; }
a { background-color: rgb(18,93,88); }
div.DivClassName
{
background-color: #125D58;
}
.BgClassName
{
background-color: #125D58;
}
</style>
border-color css
<style>
span { border-color: #125D58; }
span { border-color: rgb(18,93,88); }
td.TdClassName
{
border-color: #125D58;
}
.TagClassName
{
border-color: #125D58;
}
</style>