Shades of Blue Stone #12675B
Tints of Blue Stone #12675B
RGB
CMYK
RGB Variations
Color information
#12675B (or 0x12675B) is known color: Blue Stone. HEX triplet: 12, 67 and 5B. RGB value is (18,103,91). Sum of RGB (Red+Green+Blue) = 18+103+91=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #12675B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12675B is #ED98A4. Grayscale: #4C4C4C. Windows color (decimal): -15571109 or 5990162. OLE color: 5990162.
HSL color Cylindrical-coordinate representation of color #12675B: hue angle of 171.53º 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 #12675B is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 91 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.60 |
| HSL | 171.53º | 0.7% | 0.24% | - |
| HSV(B) | 171.53º | 0.83% | 0.4% | - |
| XYZ | 6.99 | 10.58 | 11.57 | - |
| YUV | 76.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 91 | 0.83 | 0 | 0.12 | 0.60 | 171.53 | 0.7 | 0.24 |
| Hex | 12 | 67 | 5B | 53 | 0 | C | 3C | AC | 46 | 18 |
| Octal | 22 | 147 | 133 | 123 | 0 | 14 | 74 | 254 | 106 | 30 |
| Binary | 10010 | 1100111 | 1011011 | 1010011 | 0 | 1100 | 111100 | 10101100 | 1000110 | 11000 |
Color Harmonies of #12675B
Complementary color
Monochromatic Colors of #12675B
Black with #12675B
Text Example
Text Example
White with #12675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12675B; }
p { color: rgb(18,103,91); }
H1.HeaderClassName
{
color: #12675B;
}
.AnyTagClassName
{
color: #12675B;
}
</style>
background-color css
<style>
a { background-color: #12675B; }
a { background-color: rgb(18,103,91); }
div.DivClassName
{
background-color: #12675B;
}
.BgClassName
{
background-color: #12675B;
}
</style>
border-color css
<style>
span { border-color: #12675B; }
span { border-color: rgb(18,103,91); }
td.TdClassName
{
border-color: #12675B;
}
.TagClassName
{
border-color: #12675B;
}
</style>