Shades of Blue Stone #12665B
Tints of Blue Stone #12665B
RGB
CMYK
RGB Variations
Color information
#12665B (or 0x12665B) is known color: Blue Stone. HEX triplet: 12, 66 and 5B. RGB value is (18,102,91). Sum of RGB (Red+Green+Blue) = 18+102+91=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #12665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12665B is #ED99A4. Grayscale: #4B4B4B. Windows color (decimal): -15571365 or 5989906. OLE color: 5989906.
HSL color Cylindrical-coordinate representation of color #12665B: hue angle of 172.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12665B is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 91 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.6 |
| HSL | 172.14º | 0.7% | 0.24% | - |
| HSV(B) | 172.14º | 0.82% | 0.4% | - |
| XYZ | 6.89 | 10.39 | 11.54 | - |
| YUV | 75.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 91 | 0.82 | 0 | 0.11 | 0.6 | 172.14 | 0.7 | 0.24 |
| Hex | 12 | 66 | 5B | 52 | 0 | B | 3C | AC | 46 | 18 |
| Octal | 22 | 146 | 133 | 122 | 0 | 13 | 74 | 254 | 106 | 30 |
| Binary | 10010 | 1100110 | 1011011 | 1010010 | 0 | 1011 | 111100 | 10101100 | 1000110 | 11000 |
Color Harmonies of #12665B
Complementary color
Monochromatic Colors of #12665B
Black with #12665B
Text Example
Text Example
White with #12665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12665B; }
p { color: rgb(18,102,91); }
H1.HeaderClassName
{
color: #12665B;
}
.AnyTagClassName
{
color: #12665B;
}
</style>
background-color css
<style>
a { background-color: #12665B; }
a { background-color: rgb(18,102,91); }
div.DivClassName
{
background-color: #12665B;
}
.BgClassName
{
background-color: #12665B;
}
</style>
border-color css
<style>
span { border-color: #12665B; }
span { border-color: rgb(18,102,91); }
td.TdClassName
{
border-color: #12665B;
}
.TagClassName
{
border-color: #12665B;
}
</style>