Shades of Blue Stone #125954
Tints of Blue Stone #125954
RGB
CMYK
RGB Variations
Color information
#125954 (or 0x125954) is known color: Blue Stone. HEX triplet: 12, 59 and 54. RGB value is (18,89,84). Sum of RGB (Red+Green+Blue) = 18+89+84=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #125954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125954 is #EDA6AB. Grayscale: #434343. Windows color (decimal): -15574700 or 5527826. OLE color: 5527826.
HSL color Cylindrical-coordinate representation of color #125954: hue angle of 175.77º degrees, saturation: 0.66, 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 #125954 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 84 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.65 |
| HSL | 175.77º | 0.66% | 0.21% | - |
| HSV(B) | 175.77º | 0.8% | 0.35% | - |
| XYZ | 5.42 | 7.91 | 9.63 | - |
| YUV | 67.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 84 | 0.80 | 0 | 0.06 | 0.65 | 175.77 | 0.66 | 0.21 |
| Hex | 12 | 59 | 54 | 50 | 0 | 6 | 41 | B0 | 42 | 15 |
| Octal | 22 | 131 | 124 | 120 | 0 | 6 | 101 | 260 | 102 | 25 |
| Binary | 10010 | 1011001 | 1010100 | 1010000 | 0 | 110 | 1000001 | 10110000 | 1000010 | 10101 |
Color Harmonies of #125954
Complementary color
Monochromatic Colors of #125954
Black with #125954
Text Example
Text Example
White with #125954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125954; }
p { color: rgb(18,89,84); }
H1.HeaderClassName
{
color: #125954;
}
.AnyTagClassName
{
color: #125954;
}
</style>
background-color css
<style>
a { background-color: #125954; }
a { background-color: rgb(18,89,84); }
div.DivClassName
{
background-color: #125954;
}
.BgClassName
{
background-color: #125954;
}
</style>
border-color css
<style>
span { border-color: #125954; }
span { border-color: rgb(18,89,84); }
td.TdClassName
{
border-color: #125954;
}
.TagClassName
{
border-color: #125954;
}
</style>