Shades of Blue Stone #125559
Tints of Blue Stone #125559
RGB
CMYK
RGB Variations
Color information
#125559 (or 0x125559) is known color: Blue Stone. HEX triplet: 12, 55 and 59. RGB value is (18,85,89). Sum of RGB (Red+Green+Blue) = 18+85+89=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #125559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125559 is #EDAAA6. Grayscale: #414141. Windows color (decimal): -15575719 or 5854482. OLE color: 5854482.
HSL color Cylindrical-coordinate representation of color #125559: hue angle of 183.38º 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 #125559 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 85 | 89 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.65 |
| HSL | 183.38º | 0.66% | 0.21% | - |
| HSV(B) | 183.38º | 0.8% | 0.35% | - |
| XYZ | 5.3 | 7.35 | 10.59 | - |
| YUV | 65.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 89 | 0.80 | 0.04 | 0 | 0.65 | 183.38 | 0.66 | 0.21 |
| Hex | 12 | 55 | 59 | 50 | 4 | 0 | 41 | B7 | 42 | 15 |
| Octal | 22 | 125 | 131 | 120 | 4 | 0 | 101 | 267 | 102 | 25 |
| Binary | 10010 | 1010101 | 1011001 | 1010000 | 100 | 0 | 1000001 | 10110111 | 1000010 | 10101 |
Color Harmonies of #125559
Complementary color
Monochromatic Colors of #125559
Black with #125559
Text Example
Text Example
White with #125559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125559; }
p { color: rgb(18,85,89); }
H1.HeaderClassName
{
color: #125559;
}
.AnyTagClassName
{
color: #125559;
}
</style>
background-color css
<style>
a { background-color: #125559; }
a { background-color: rgb(18,85,89); }
div.DivClassName
{
background-color: #125559;
}
.BgClassName
{
background-color: #125559;
}
</style>
border-color css
<style>
span { border-color: #125559; }
span { border-color: rgb(18,85,89); }
td.TdClassName
{
border-color: #125559;
}
.TagClassName
{
border-color: #125559;
}
</style>