Shades of Blue Stone #12655B
Tints of Blue Stone #12655B
RGB
CMYK
RGB Variations
Color information
#12655B (or 0x12655B) is known color: Blue Stone. HEX triplet: 12, 65 and 5B. RGB value is (18,101,91). Sum of RGB (Red+Green+Blue) = 18+101+91=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #12655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12655B is #ED9AA4. Grayscale: #4B4B4B. Windows color (decimal): -15571621 or 5989650. OLE color: 5989650.
HSL color Cylindrical-coordinate representation of color #12655B: hue angle of 172.77º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12655B is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 91 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.60 |
| HSL | 172.77º | 0.7% | 0.23% | - |
| HSV(B) | 172.77º | 0.82% | 0.4% | - |
| XYZ | 6.79 | 10.19 | 11.51 | - |
| YUV | 75.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 91 | 0.82 | 0 | 0.10 | 0.60 | 172.77 | 0.7 | 0.23 |
| Hex | 12 | 65 | 5B | 52 | 0 | A | 3C | AD | 46 | 17 |
| Octal | 22 | 145 | 133 | 122 | 0 | 12 | 74 | 255 | 106 | 27 |
| Binary | 10010 | 1100101 | 1011011 | 1010010 | 0 | 1010 | 111100 | 10101101 | 1000110 | 10111 |
Color Harmonies of #12655B
Complementary color
Monochromatic Colors of #12655B
Black with #12655B
Text Example
Text Example
White with #12655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12655B; }
p { color: rgb(18,101,91); }
H1.HeaderClassName
{
color: #12655B;
}
.AnyTagClassName
{
color: #12655B;
}
</style>
background-color css
<style>
a { background-color: #12655B; }
a { background-color: rgb(18,101,91); }
div.DivClassName
{
background-color: #12655B;
}
.BgClassName
{
background-color: #12655B;
}
</style>
border-color css
<style>
span { border-color: #12655B; }
span { border-color: rgb(18,101,91); }
td.TdClassName
{
border-color: #12655B;
}
.TagClassName
{
border-color: #12655B;
}
</style>