Shades of Blue Stone #12595A
Tints of Blue Stone #12595A
RGB
CMYK
RGB Variations
Color information
#12595A (or 0x12595A) is known color: Blue Stone. HEX triplet: 12, 59 and 5A. RGB value is (18,89,90). Sum of RGB (Red+Green+Blue) = 18+89+90=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #12595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12595A is #EDA6A5. Grayscale: #434343. Windows color (decimal): -15574694 or 5921042. OLE color: 5921042.
HSL color Cylindrical-coordinate representation of color #12595A: hue angle of 180.83º 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 #12595A is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 90 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.65 |
| HSL | 180.83º | 0.67% | 0.21% | - |
| HSV(B) | 180.83º | 0.8% | 0.35% | - |
| XYZ | 5.67 | 8.01 | 10.92 | - |
| YUV | 67.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 90 | 0.80 | 0.01 | 0 | 0.65 | 180.83 | 0.67 | 0.21 |
| Hex | 12 | 59 | 5A | 50 | 1 | 0 | 41 | B5 | 43 | 15 |
| Octal | 22 | 131 | 132 | 120 | 1 | 0 | 101 | 265 | 103 | 25 |
| Binary | 10010 | 1011001 | 1011010 | 1010000 | 1 | 0 | 1000001 | 10110101 | 1000011 | 10101 |
Color Harmonies of #12595A
Complementary color
Monochromatic Colors of #12595A
Black with #12595A
Text Example
Text Example
White with #12595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12595A; }
p { color: rgb(18,89,90); }
H1.HeaderClassName
{
color: #12595A;
}
.AnyTagClassName
{
color: #12595A;
}
</style>
background-color css
<style>
a { background-color: #12595A; }
a { background-color: rgb(18,89,90); }
div.DivClassName
{
background-color: #12595A;
}
.BgClassName
{
background-color: #12595A;
}
</style>
border-color css
<style>
span { border-color: #12595A; }
span { border-color: rgb(18,89,90); }
td.TdClassName
{
border-color: #12595A;
}
.TagClassName
{
border-color: #12595A;
}
</style>