Shades of Blue Stone #12585F
Tints of Blue Stone #12585F
RGB
CMYK
RGB Variations
Color information
#12585F (or 0x12585F) is known color: Blue Stone. HEX triplet: 12, 58 and 5F. RGB value is (18,88,95). Sum of RGB (Red+Green+Blue) = 18+88+95=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #12585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585F is #EDA7A0. Grayscale: #434343. Windows color (decimal): -15574945 or 6248466. OLE color: 6248466.
HSL color Cylindrical-coordinate representation of color #12585F: hue angle of 185.45º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12585F is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 88 | 95 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.63 |
| HSL | 185.45º | 0.68% | 0.22% | - |
| HSV(B) | 185.45º | 0.81% | 0.37% | - |
| XYZ | 5.8 | 7.93 | 12.05 | - |
| YUV | 67.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 95 | 0.81 | 0.07 | 0 | 0.63 | 185.45 | 0.68 | 0.22 |
| Hex | 12 | 58 | 5F | 51 | 7 | 0 | 3F | B9 | 44 | 16 |
| Octal | 22 | 130 | 137 | 121 | 7 | 0 | 77 | 271 | 104 | 26 |
| Binary | 10010 | 1011000 | 1011111 | 1010001 | 111 | 0 | 111111 | 10111001 | 1000100 | 10110 |
Color Harmonies of #12585F
Complementary color
Monochromatic Colors of #12585F
Black with #12585F
Text Example
Text Example
White with #12585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12585F; }
p { color: rgb(18,88,95); }
H1.HeaderClassName
{
color: #12585F;
}
.AnyTagClassName
{
color: #12585F;
}
</style>
background-color css
<style>
a { background-color: #12585F; }
a { background-color: rgb(18,88,95); }
div.DivClassName
{
background-color: #12585F;
}
.BgClassName
{
background-color: #12585F;
}
</style>
border-color css
<style>
span { border-color: #12585F; }
span { border-color: rgb(18,88,95); }
td.TdClassName
{
border-color: #12585F;
}
.TagClassName
{
border-color: #12585F;
}
</style>