Shades of Blue Stone #12585D
Tints of Blue Stone #12585D
RGB
CMYK
RGB Variations
Color information
#12585D (or 0x12585D) is known color: Blue Stone. HEX triplet: 12, 58 and 5D. RGB value is (18,88,93). Sum of RGB (Red+Green+Blue) = 18+88+93=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #12585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585D is #EDA7A2. Grayscale: #434343. Windows color (decimal): -15574947 or 6117394. OLE color: 6117394.
HSL color Cylindrical-coordinate representation of color #12585D: hue angle of 184º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12585D is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 88 | 93 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.64 |
| HSL | 184º | 0.68% | 0.22% | - |
| HSV(B) | 184º | 0.81% | 0.36% | - |
| XYZ | 5.71 | 7.9 | 11.58 | - |
| YUV | 67.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 93 | 0.81 | 0.05 | 0 | 0.64 | 184 | 0.68 | 0.22 |
| Hex | 12 | 58 | 5D | 51 | 5 | 0 | 40 | B8 | 44 | 16 |
| Octal | 22 | 130 | 135 | 121 | 5 | 0 | 100 | 270 | 104 | 26 |
| Binary | 10010 | 1011000 | 1011101 | 1010001 | 101 | 0 | 1000000 | 10111000 | 1000100 | 10110 |
Color Harmonies of #12585D
Complementary color
Monochromatic Colors of #12585D
Black with #12585D
Text Example
Text Example
White with #12585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12585D; }
p { color: rgb(18,88,93); }
H1.HeaderClassName
{
color: #12585D;
}
.AnyTagClassName
{
color: #12585D;
}
</style>
background-color css
<style>
a { background-color: #12585D; }
a { background-color: rgb(18,88,93); }
div.DivClassName
{
background-color: #12585D;
}
.BgClassName
{
background-color: #12585D;
}
</style>
border-color css
<style>
span { border-color: #12585D; }
span { border-color: rgb(18,88,93); }
td.TdClassName
{
border-color: #12585D;
}
.TagClassName
{
border-color: #12585D;
}
</style>