Shades of Blue Stone #125852
Tints of Blue Stone #125852
RGB
CMYK
RGB Variations
Color information
#125852 (or 0x125852) is known color: Blue Stone. HEX triplet: 12, 58 and 52. RGB value is (18,88,82). Sum of RGB (Red+Green+Blue) = 18+88+82=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #125852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125852 is #EDA7AD. Grayscale: #424242. Windows color (decimal): -15574958 or 5396498. OLE color: 5396498.
HSL color Cylindrical-coordinate representation of color #125852: hue angle of 174.86º 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 #125852 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 88 | 82 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.65 |
| HSL | 174.86º | 0.66% | 0.21% | - |
| HSV(B) | 174.86º | 0.8% | 0.35% | - |
| XYZ | 5.26 | 7.72 | 9.19 | - |
| YUV | 66.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 82 | 0.80 | 0 | 0.07 | 0.65 | 174.86 | 0.66 | 0.21 |
| Hex | 12 | 58 | 52 | 50 | 0 | 7 | 41 | AF | 42 | 15 |
| Octal | 22 | 130 | 122 | 120 | 0 | 7 | 101 | 257 | 102 | 25 |
| Binary | 10010 | 1011000 | 1010010 | 1010000 | 0 | 111 | 1000001 | 10101111 | 1000010 | 10101 |
Color Harmonies of #125852
Complementary color
Monochromatic Colors of #125852
Black with #125852
Text Example
Text Example
White with #125852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125852; }
p { color: rgb(18,88,82); }
H1.HeaderClassName
{
color: #125852;
}
.AnyTagClassName
{
color: #125852;
}
</style>
background-color css
<style>
a { background-color: #125852; }
a { background-color: rgb(18,88,82); }
div.DivClassName
{
background-color: #125852;
}
.BgClassName
{
background-color: #125852;
}
</style>
border-color css
<style>
span { border-color: #125852; }
span { border-color: rgb(18,88,82); }
td.TdClassName
{
border-color: #125852;
}
.TagClassName
{
border-color: #125852;
}
</style>