Shades of Blue Stone #125763
Tints of Blue Stone #125763
RGB
CMYK
RGB Variations
Color information
#125763 (or 0x125763) is known color: Blue Stone. HEX triplet: 12, 57 and 63. RGB value is (18,87,99). Sum of RGB (Red+Green+Blue) = 18+87+99=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #125763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125763 is #EDA89C. Grayscale: #434343. Windows color (decimal): -15575197 or 6510354. OLE color: 6510354.
HSL color Cylindrical-coordinate representation of color #125763: hue angle of 188.89º 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 #125763 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 87 | 99 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.61 |
| HSL | 188.89º | 0.69% | 0.23% | - |
| HSV(B) | 188.89º | 0.82% | 0.39% | - |
| XYZ | 5.91 | 7.85 | 13.01 | - |
| YUV | 67.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 99 | 0.82 | 0.12 | 0 | 0.61 | 188.89 | 0.69 | 0.23 |
| Hex | 12 | 57 | 63 | 52 | C | 0 | 3D | BD | 45 | 17 |
| Octal | 22 | 127 | 143 | 122 | 14 | 0 | 75 | 275 | 105 | 27 |
| Binary | 10010 | 1010111 | 1100011 | 1010010 | 1100 | 0 | 111101 | 10111101 | 1000101 | 10111 |
Color Harmonies of #125763
Complementary color
Monochromatic Colors of #125763
Black with #125763
Text Example
Text Example
White with #125763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125763; }
p { color: rgb(18,87,99); }
H1.HeaderClassName
{
color: #125763;
}
.AnyTagClassName
{
color: #125763;
}
</style>
background-color css
<style>
a { background-color: #125763; }
a { background-color: rgb(18,87,99); }
div.DivClassName
{
background-color: #125763;
}
.BgClassName
{
background-color: #125763;
}
</style>
border-color css
<style>
span { border-color: #125763; }
span { border-color: rgb(18,87,99); }
td.TdClassName
{
border-color: #125763;
}
.TagClassName
{
border-color: #125763;
}
</style>