Shades of Blue Stone #12645C
Tints of Blue Stone #12645C
RGB
CMYK
RGB Variations
Color information
#12645C (or 0x12645C) is known color: Blue Stone. HEX triplet: 12, 64 and 5C. RGB value is (18,100,92). Sum of RGB (Red+Green+Blue) = 18+100+92=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #12645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12645C is #ED9BA3. Grayscale: #4A4A4A. Windows color (decimal): -15571876 or 6054930. OLE color: 6054930.
HSL color Cylindrical-coordinate representation of color #12645C: hue angle of 174.15º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12645C is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 100 | 92 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.61 |
| HSL | 174.15º | 0.69% | 0.23% | - |
| HSV(B) | 174.15º | 0.82% | 0.39% | - |
| XYZ | 6.74 | 10.02 | 11.7 | - |
| YUV | 74.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 92 | 0.82 | 0 | 0.08 | 0.61 | 174.15 | 0.69 | 0.23 |
| Hex | 12 | 64 | 5C | 52 | 0 | 8 | 3D | AE | 45 | 17 |
| Octal | 22 | 144 | 134 | 122 | 0 | 10 | 75 | 256 | 105 | 27 |
| Binary | 10010 | 1100100 | 1011100 | 1010010 | 0 | 1000 | 111101 | 10101110 | 1000101 | 10111 |
Color Harmonies of #12645C
Complementary color
Monochromatic Colors of #12645C
Black with #12645C
Text Example
Text Example
White with #12645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12645C; }
p { color: rgb(18,100,92); }
H1.HeaderClassName
{
color: #12645C;
}
.AnyTagClassName
{
color: #12645C;
}
</style>
background-color css
<style>
a { background-color: #12645C; }
a { background-color: rgb(18,100,92); }
div.DivClassName
{
background-color: #12645C;
}
.BgClassName
{
background-color: #12645C;
}
</style>
border-color css
<style>
span { border-color: #12645C; }
span { border-color: rgb(18,100,92); }
td.TdClassName
{
border-color: #12645C;
}
.TagClassName
{
border-color: #12645C;
}
</style>