Shades of Blue Stone #12635B
Tints of Blue Stone #12635B
RGB
CMYK
RGB Variations
Color information
#12635B (or 0x12635B) is known color: Blue Stone. HEX triplet: 12, 63 and 5B. RGB value is (18,99,91). Sum of RGB (Red+Green+Blue) = 18+99+91=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #12635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12635B is #ED9CA4. Grayscale: #494949. Windows color (decimal): -15572133 or 5989138. OLE color: 5989138.
HSL color Cylindrical-coordinate representation of color #12635B: hue angle of 174.07º 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 #12635B is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 91 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.61 |
| HSL | 174.07º | 0.69% | 0.23% | - |
| HSV(B) | 174.07º | 0.82% | 0.39% | - |
| XYZ | 6.6 | 9.81 | 11.44 | - |
| YUV | 73.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 91 | 0.82 | 0 | 0.08 | 0.61 | 174.07 | 0.69 | 0.23 |
| Hex | 12 | 63 | 5B | 52 | 0 | 8 | 3D | AE | 45 | 17 |
| Octal | 22 | 143 | 133 | 122 | 0 | 10 | 75 | 256 | 105 | 27 |
| Binary | 10010 | 1100011 | 1011011 | 1010010 | 0 | 1000 | 111101 | 10101110 | 1000101 | 10111 |
Color Harmonies of #12635B
Complementary color
Monochromatic Colors of #12635B
Black with #12635B
Text Example
Text Example
White with #12635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12635B; }
p { color: rgb(18,99,91); }
H1.HeaderClassName
{
color: #12635B;
}
.AnyTagClassName
{
color: #12635B;
}
</style>
background-color css
<style>
a { background-color: #12635B; }
a { background-color: rgb(18,99,91); }
div.DivClassName
{
background-color: #12635B;
}
.BgClassName
{
background-color: #12635B;
}
</style>
border-color css
<style>
span { border-color: #12635B; }
span { border-color: rgb(18,99,91); }
td.TdClassName
{
border-color: #12635B;
}
.TagClassName
{
border-color: #12635B;
}
</style>