Shades of Blue Stone #125A63
Tints of Blue Stone #125A63
RGB
CMYK
RGB Variations
Color information
#125A63 (or 0x125A63) is known color: Blue Stone. HEX triplet: 12, 5A and 63. RGB value is (18,90,99). Sum of RGB (Red+Green+Blue) = 18+90+99=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #125A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A63 is #EDA59C. Grayscale: #454545. Windows color (decimal): -15574429 or 6511122. OLE color: 6511122.
HSL color Cylindrical-coordinate representation of color #125A63: hue angle of 186.67º 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 #125A63 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 90 | 99 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.61 |
| HSL | 186.67º | 0.69% | 0.23% | - |
| HSV(B) | 186.67º | 0.82% | 0.39% | - |
| XYZ | 6.16 | 8.34 | 13.09 | - |
| YUV | 69.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 99 | 0.82 | 0.09 | 0 | 0.61 | 186.67 | 0.69 | 0.23 |
| Hex | 12 | 5A | 63 | 52 | 9 | 0 | 3D | BB | 45 | 17 |
| Octal | 22 | 132 | 143 | 122 | 11 | 0 | 75 | 273 | 105 | 27 |
| Binary | 10010 | 1011010 | 1100011 | 1010010 | 1001 | 0 | 111101 | 10111011 | 1000101 | 10111 |
Color Harmonies of #125A63
Complementary color
Monochromatic Colors of #125A63
Black with #125A63
Text Example
Text Example
White with #125A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A63; }
p { color: rgb(18,90,99); }
H1.HeaderClassName
{
color: #125A63;
}
.AnyTagClassName
{
color: #125A63;
}
</style>
background-color css
<style>
a { background-color: #125A63; }
a { background-color: rgb(18,90,99); }
div.DivClassName
{
background-color: #125A63;
}
.BgClassName
{
background-color: #125A63;
}
</style>
border-color css
<style>
span { border-color: #125A63; }
span { border-color: rgb(18,90,99); }
td.TdClassName
{
border-color: #125A63;
}
.TagClassName
{
border-color: #125A63;
}
</style>