Shades of Blue Stone #125B55
Tints of Blue Stone #125B55
RGB
CMYK
RGB Variations
Color information
#125B55 (or 0x125B55) is known color: Blue Stone. HEX triplet: 12, 5B and 55. RGB value is (18,91,85). Sum of RGB (Red+Green+Blue) = 18+91+85=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #125B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B55 is #EDA4AA. Grayscale: #444444. Windows color (decimal): -15574187 or 5593874. OLE color: 5593874.
HSL color Cylindrical-coordinate representation of color #125B55: hue angle of 175.07º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B55 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 85 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.64 |
| HSL | 175.07º | 0.67% | 0.21% | - |
| HSV(B) | 175.07º | 0.8% | 0.36% | - |
| XYZ | 5.63 | 8.27 | 9.89 | - |
| YUV | 68.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 85 | 0.80 | 0 | 0.07 | 0.64 | 175.07 | 0.67 | 0.21 |
| Hex | 12 | 5B | 55 | 50 | 0 | 7 | 40 | AF | 43 | 15 |
| Octal | 22 | 133 | 125 | 120 | 0 | 7 | 100 | 257 | 103 | 25 |
| Binary | 10010 | 1011011 | 1010101 | 1010000 | 0 | 111 | 1000000 | 10101111 | 1000011 | 10101 |
Color Harmonies of #125B55
Complementary color
Monochromatic Colors of #125B55
Black with #125B55
Text Example
Text Example
White with #125B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B55; }
p { color: rgb(18,91,85); }
H1.HeaderClassName
{
color: #125B55;
}
.AnyTagClassName
{
color: #125B55;
}
</style>
background-color css
<style>
a { background-color: #125B55; }
a { background-color: rgb(18,91,85); }
div.DivClassName
{
background-color: #125B55;
}
.BgClassName
{
background-color: #125B55;
}
</style>
border-color css
<style>
span { border-color: #125B55; }
span { border-color: rgb(18,91,85); }
td.TdClassName
{
border-color: #125B55;
}
.TagClassName
{
border-color: #125B55;
}
</style>