Shades of Blue Stone #12635C
Tints of Blue Stone #12635C
RGB
CMYK
RGB Variations
Color information
#12635C (or 0x12635C) is known color: Blue Stone. HEX triplet: 12, 63 and 5C. RGB value is (18,99,92). Sum of RGB (Red+Green+Blue) = 18+99+92=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #12635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12635C is #ED9CA3. Grayscale: #494949. Windows color (decimal): -15572132 or 6054674. OLE color: 6054674.
HSL color Cylindrical-coordinate representation of color #12635C: hue angle of 174.81º 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 #12635C is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 92 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.61 |
| HSL | 174.81º | 0.69% | 0.23% | - |
| HSV(B) | 174.81º | 0.82% | 0.39% | - |
| XYZ | 6.64 | 9.82 | 11.67 | - |
| YUV | 73.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 92 | 0.82 | 0 | 0.07 | 0.61 | 174.81 | 0.69 | 0.23 |
| Hex | 12 | 63 | 5C | 52 | 0 | 7 | 3D | AF | 45 | 17 |
| Octal | 22 | 143 | 134 | 122 | 0 | 7 | 75 | 257 | 105 | 27 |
| Binary | 10010 | 1100011 | 1011100 | 1010010 | 0 | 111 | 111101 | 10101111 | 1000101 | 10111 |
Color Harmonies of #12635C
Complementary color
Monochromatic Colors of #12635C
Black with #12635C
Text Example
Text Example
White with #12635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12635C; }
p { color: rgb(18,99,92); }
H1.HeaderClassName
{
color: #12635C;
}
.AnyTagClassName
{
color: #12635C;
}
</style>
background-color css
<style>
a { background-color: #12635C; }
a { background-color: rgb(18,99,92); }
div.DivClassName
{
background-color: #12635C;
}
.BgClassName
{
background-color: #12635C;
}
</style>
border-color css
<style>
span { border-color: #12635C; }
span { border-color: rgb(18,99,92); }
td.TdClassName
{
border-color: #12635C;
}
.TagClassName
{
border-color: #12635C;
}
</style>