Shades of Blue Stone #125F63
Tints of Blue Stone #125F63
RGB
CMYK
RGB Variations
Color information
#125F63 (or 0x125F63) is known color: Blue Stone. HEX triplet: 12, 5F and 63. RGB value is (18,95,99). Sum of RGB (Red+Green+Blue) = 18+95+99=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #125F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F63 is #EDA09C. Grayscale: #484848. Windows color (decimal): -15573149 or 6512402. OLE color: 6512402.
HSL color Cylindrical-coordinate representation of color #125F63: hue angle of 182.96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125F63 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 95 | 99 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.61 |
| HSL | 182.96º | 0.69% | 0.23% | - |
| HSV(B) | 182.96º | 0.82% | 0.39% | - |
| XYZ | 6.59 | 9.21 | 13.24 | - |
| YUV | 72.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 99 | 0.82 | 0.04 | 0 | 0.61 | 182.96 | 0.69 | 0.23 |
| Hex | 12 | 5F | 63 | 52 | 4 | 0 | 3D | B7 | 45 | 17 |
| Octal | 22 | 137 | 143 | 122 | 4 | 0 | 75 | 267 | 105 | 27 |
| Binary | 10010 | 1011111 | 1100011 | 1010010 | 100 | 0 | 111101 | 10110111 | 1000101 | 10111 |
Color Harmonies of #125F63
Complementary color
Monochromatic Colors of #125F63
Black with #125F63
Text Example
Text Example
White with #125F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125F63; }
p { color: rgb(18,95,99); }
H1.HeaderClassName
{
color: #125F63;
}
.AnyTagClassName
{
color: #125F63;
}
</style>
background-color css
<style>
a { background-color: #125F63; }
a { background-color: rgb(18,95,99); }
div.DivClassName
{
background-color: #125F63;
}
.BgClassName
{
background-color: #125F63;
}
</style>
border-color css
<style>
span { border-color: #125F63; }
span { border-color: rgb(18,95,99); }
td.TdClassName
{
border-color: #125F63;
}
.TagClassName
{
border-color: #125F63;
}
</style>