Shades of Blue Stone #12675F
Tints of Blue Stone #12675F
RGB
CMYK
RGB Variations
Color information
#12675F (or 0x12675F) is known color: Blue Stone. HEX triplet: 12, 67 and 5F. RGB value is (18,103,95). Sum of RGB (Red+Green+Blue) = 18+103+95=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #12675F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12675F is #ED98A0. Grayscale: #4C4C4C. Windows color (decimal): -15571105 or 6252306. OLE color: 6252306.
HSL color Cylindrical-coordinate representation of color #12675F: hue angle of 174.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12675F is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 95 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.60 |
| HSL | 174.35º | 0.7% | 0.24% | - |
| HSV(B) | 174.35º | 0.83% | 0.4% | - |
| XYZ | 7.17 | 10.66 | 12.51 | - |
| YUV | 76.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 95 | 0.83 | 0 | 0.08 | 0.60 | 174.35 | 0.7 | 0.24 |
| Hex | 12 | 67 | 5F | 53 | 0 | 8 | 3C | AE | 46 | 18 |
| Octal | 22 | 147 | 137 | 123 | 0 | 10 | 74 | 256 | 106 | 30 |
| Binary | 10010 | 1100111 | 1011111 | 1010011 | 0 | 1000 | 111100 | 10101110 | 1000110 | 11000 |
Color Harmonies of #12675F
Complementary color
Monochromatic Colors of #12675F
Black with #12675F
Text Example
Text Example
White with #12675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12675F; }
p { color: rgb(18,103,95); }
H1.HeaderClassName
{
color: #12675F;
}
.AnyTagClassName
{
color: #12675F;
}
</style>
background-color css
<style>
a { background-color: #12675F; }
a { background-color: rgb(18,103,95); }
div.DivClassName
{
background-color: #12675F;
}
.BgClassName
{
background-color: #12675F;
}
</style>
border-color css
<style>
span { border-color: #12675F; }
span { border-color: rgb(18,103,95); }
td.TdClassName
{
border-color: #12675F;
}
.TagClassName
{
border-color: #12675F;
}
</style>