Shades of Blue Stone #12585A
Tints of Blue Stone #12585A
RGB
CMYK
RGB Variations
Color information
#12585A (or 0x12585A) is known color: Blue Stone. HEX triplet: 12, 58 and 5A. RGB value is (18,88,90). Sum of RGB (Red+Green+Blue) = 18+88+90=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #12585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585A is #EDA7A5. Grayscale: #434343. Windows color (decimal): -15574950 or 5920786. OLE color: 5920786.
HSL color Cylindrical-coordinate representation of color #12585A: hue angle of 181.67º degrees, saturation: 0.67, 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 #12585A is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 88 | 90 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.65 |
| HSL | 181.67º | 0.67% | 0.21% | - |
| HSV(B) | 181.67º | 0.8% | 0.35% | - |
| XYZ | 5.58 | 7.85 | 10.89 | - |
| YUV | 67.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 90 | 0.80 | 0.02 | 0 | 0.65 | 181.67 | 0.67 | 0.21 |
| Hex | 12 | 58 | 5A | 50 | 2 | 0 | 41 | B6 | 43 | 15 |
| Octal | 22 | 130 | 132 | 120 | 2 | 0 | 101 | 266 | 103 | 25 |
| Binary | 10010 | 1011000 | 1011010 | 1010000 | 10 | 0 | 1000001 | 10110110 | 1000011 | 10101 |
Color Harmonies of #12585A
Complementary color
Monochromatic Colors of #12585A
Black with #12585A
Text Example
Text Example
White with #12585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12585A; }
p { color: rgb(18,88,90); }
H1.HeaderClassName
{
color: #12585A;
}
.AnyTagClassName
{
color: #12585A;
}
</style>
background-color css
<style>
a { background-color: #12585A; }
a { background-color: rgb(18,88,90); }
div.DivClassName
{
background-color: #12585A;
}
.BgClassName
{
background-color: #12585A;
}
</style>
border-color css
<style>
span { border-color: #12585A; }
span { border-color: rgb(18,88,90); }
td.TdClassName
{
border-color: #12585A;
}
.TagClassName
{
border-color: #12585A;
}
</style>