Shades of Blue Stone #12585B
Tints of Blue Stone #12585B
RGB
CMYK
RGB Variations
Color information
#12585B (or 0x12585B) is known color: Blue Stone. HEX triplet: 12, 58 and 5B. RGB value is (18,88,91). Sum of RGB (Red+Green+Blue) = 18+88+91=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #12585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585B is #EDA7A4. Grayscale: #434343. Windows color (decimal): -15574949 or 5986322. OLE color: 5986322.
HSL color Cylindrical-coordinate representation of color #12585B: hue angle of 182.47º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12585B is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 88 | 91 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.64 |
| HSL | 182.47º | 0.67% | 0.21% | - |
| HSV(B) | 182.47º | 0.8% | 0.36% | - |
| XYZ | 5.63 | 7.86 | 11.12 | - |
| YUV | 67.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 91 | 0.80 | 0.03 | 0 | 0.64 | 182.47 | 0.67 | 0.21 |
| Hex | 12 | 58 | 5B | 50 | 3 | 0 | 40 | B6 | 43 | 15 |
| Octal | 22 | 130 | 133 | 120 | 3 | 0 | 100 | 266 | 103 | 25 |
| Binary | 10010 | 1011000 | 1011011 | 1010000 | 11 | 0 | 1000000 | 10110110 | 1000011 | 10101 |
Color Harmonies of #12585B
Complementary color
Monochromatic Colors of #12585B
Black with #12585B
Text Example
Text Example
White with #12585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12585B; }
p { color: rgb(18,88,91); }
H1.HeaderClassName
{
color: #12585B;
}
.AnyTagClassName
{
color: #12585B;
}
</style>
background-color css
<style>
a { background-color: #12585B; }
a { background-color: rgb(18,88,91); }
div.DivClassName
{
background-color: #12585B;
}
.BgClassName
{
background-color: #12585B;
}
</style>
border-color css
<style>
span { border-color: #12585B; }
span { border-color: rgb(18,88,91); }
td.TdClassName
{
border-color: #12585B;
}
.TagClassName
{
border-color: #12585B;
}
</style>