Shades of Blue Stone #12696D
Tints of Blue Stone #12696D
RGB
CMYK
RGB Variations
Color information
#12696D (or 0x12696D) is known color: Blue Stone. HEX triplet: 12, 69 and 6D. RGB value is (18,105,109). Sum of RGB (Red+Green+Blue) = 18+105+109=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #12696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12696D is #ED9692. Grayscale: #4F4F4F. Windows color (decimal): -15570579 or 7170322. OLE color: 7170322.
HSL color Cylindrical-coordinate representation of color #12696D: hue angle of 182.64º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12696D is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 105 | 109 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.57 |
| HSL | 182.64º | 0.72% | 0.25% | - |
| HSV(B) | 182.64º | 0.83% | 0.43% | - |
| XYZ | 8.06 | 11.34 | 16.23 | - |
| YUV | 79.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 109 | 0.83 | 0.04 | 0 | 0.57 | 182.64 | 0.72 | 0.25 |
| Hex | 12 | 69 | 6D | 53 | 4 | 0 | 39 | B7 | 48 | 19 |
| Octal | 22 | 151 | 155 | 123 | 4 | 0 | 71 | 267 | 110 | 31 |
| Binary | 10010 | 1101001 | 1101101 | 1010011 | 100 | 0 | 111001 | 10110111 | 1001000 | 11001 |
Color Harmonies of #12696D
Complementary color
Monochromatic Colors of #12696D
Black with #12696D
Text Example
Text Example
White with #12696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12696D; }
p { color: rgb(18,105,109); }
H1.HeaderClassName
{
color: #12696D;
}
.AnyTagClassName
{
color: #12696D;
}
</style>
background-color css
<style>
a { background-color: #12696D; }
a { background-color: rgb(18,105,109); }
div.DivClassName
{
background-color: #12696D;
}
.BgClassName
{
background-color: #12696D;
}
</style>
border-color css
<style>
span { border-color: #12696D; }
span { border-color: rgb(18,105,109); }
td.TdClassName
{
border-color: #12696D;
}
.TagClassName
{
border-color: #12696D;
}
</style>