Shades of Blue Stone #12696E
Tints of Blue Stone #12696E
RGB
CMYK
RGB Variations
Color information
#12696E (or 0x12696E) is known color: Blue Stone. HEX triplet: 12, 69 and 6E. RGB value is (18,105,110). Sum of RGB (Red+Green+Blue) = 18+105+110=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #12696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12696E is #ED9691. Grayscale: #4F4F4F. Windows color (decimal): -15570578 or 7235858. OLE color: 7235858.
HSL color Cylindrical-coordinate representation of color #12696E: hue angle of 183.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12696E is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 105 | 110 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.57 |
| HSL | 183.26º | 0.72% | 0.25% | - |
| HSV(B) | 183.26º | 0.84% | 0.43% | - |
| XYZ | 8.12 | 11.36 | 16.52 | - |
| YUV | 79.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 110 | 0.84 | 0.05 | 0 | 0.57 | 183.26 | 0.72 | 0.25 |
| Hex | 12 | 69 | 6E | 54 | 5 | 0 | 39 | B7 | 48 | 19 |
| Octal | 22 | 151 | 156 | 124 | 5 | 0 | 71 | 267 | 110 | 31 |
| Binary | 10010 | 1101001 | 1101110 | 1010100 | 101 | 0 | 111001 | 10110111 | 1001000 | 11001 |
Color Harmonies of #12696E
Complementary color
Monochromatic Colors of #12696E
Black with #12696E
Text Example
Text Example
White with #12696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12696E; }
p { color: rgb(18,105,110); }
H1.HeaderClassName
{
color: #12696E;
}
.AnyTagClassName
{
color: #12696E;
}
</style>
background-color css
<style>
a { background-color: #12696E; }
a { background-color: rgb(18,105,110); }
div.DivClassName
{
background-color: #12696E;
}
.BgClassName
{
background-color: #12696E;
}
</style>
border-color css
<style>
span { border-color: #12696E; }
span { border-color: rgb(18,105,110); }
td.TdClassName
{
border-color: #12696E;
}
.TagClassName
{
border-color: #12696E;
}
</style>