Shades of Blue Stone #125B61
Tints of Blue Stone #125B61
RGB
CMYK
RGB Variations
Color information
#125B61 (or 0x125B61) is known color: Blue Stone. HEX triplet: 12, 5B and 61. RGB value is (18,91,97). Sum of RGB (Red+Green+Blue) = 18+91+97=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #125B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B61 is #EDA49E. Grayscale: #454545. Windows color (decimal): -15574175 or 6380306. OLE color: 6380306.
HSL color Cylindrical-coordinate representation of color #125B61: hue angle of 184.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125B61 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 91 | 97 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.62 |
| HSL | 184.56º | 0.69% | 0.23% | - |
| HSV(B) | 184.56º | 0.81% | 0.38% | - |
| XYZ | 6.15 | 8.47 | 12.62 | - |
| YUV | 69.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 97 | 0.81 | 0.06 | 0 | 0.62 | 184.56 | 0.69 | 0.23 |
| Hex | 12 | 5B | 61 | 51 | 6 | 0 | 3E | B9 | 45 | 17 |
| Octal | 22 | 133 | 141 | 121 | 6 | 0 | 76 | 271 | 105 | 27 |
| Binary | 10010 | 1011011 | 1100001 | 1010001 | 110 | 0 | 111110 | 10111001 | 1000101 | 10111 |
Color Harmonies of #125B61
Complementary color
Monochromatic Colors of #125B61
Black with #125B61
Text Example
Text Example
White with #125B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B61; }
p { color: rgb(18,91,97); }
H1.HeaderClassName
{
color: #125B61;
}
.AnyTagClassName
{
color: #125B61;
}
</style>
background-color css
<style>
a { background-color: #125B61; }
a { background-color: rgb(18,91,97); }
div.DivClassName
{
background-color: #125B61;
}
.BgClassName
{
background-color: #125B61;
}
</style>
border-color css
<style>
span { border-color: #125B61; }
span { border-color: rgb(18,91,97); }
td.TdClassName
{
border-color: #125B61;
}
.TagClassName
{
border-color: #125B61;
}
</style>