Shades of Blue Stone #12695D
Tints of Blue Stone #12695D
RGB
CMYK
RGB Variations
Color information
#12695D (or 0x12695D) is known color: Blue Stone. HEX triplet: 12, 69 and 5D. RGB value is (18,105,93). Sum of RGB (Red+Green+Blue) = 18+105+93=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #12695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12695D is #ED96A2. Grayscale: #4D4D4D. Windows color (decimal): -15570595 or 6121746. OLE color: 6121746.
HSL color Cylindrical-coordinate representation of color #12695D: hue angle of 171.72º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12695D is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 105 | 93 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.59 |
| HSL | 171.72º | 0.71% | 0.24% | - |
| HSV(B) | 171.72º | 0.83% | 0.41% | - |
| XYZ | 7.28 | 11.02 | 12.1 | - |
| YUV | 77.62 | 136.68 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 93 | 0.83 | 0 | 0.11 | 0.59 | 171.72 | 0.71 | 0.24 |
| Hex | 12 | 69 | 5D | 53 | 0 | B | 3B | AC | 47 | 18 |
| Octal | 22 | 151 | 135 | 123 | 0 | 13 | 73 | 254 | 107 | 30 |
| Binary | 10010 | 1101001 | 1011101 | 1010011 | 0 | 1011 | 111011 | 10101100 | 1000111 | 11000 |
Color Harmonies of #12695D
Complementary color
Monochromatic Colors of #12695D
Black with #12695D
Text Example
Text Example
White with #12695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12695D; }
p { color: rgb(18,105,93); }
H1.HeaderClassName
{
color: #12695D;
}
.AnyTagClassName
{
color: #12695D;
}
</style>
background-color css
<style>
a { background-color: #12695D; }
a { background-color: rgb(18,105,93); }
div.DivClassName
{
background-color: #12695D;
}
.BgClassName
{
background-color: #12695D;
}
</style>
border-color css
<style>
span { border-color: #12695D; }
span { border-color: rgb(18,105,93); }
td.TdClassName
{
border-color: #12695D;
}
.TagClassName
{
border-color: #12695D;
}
</style>