Shades of Blue Stone #12655A
Tints of Blue Stone #12655A
RGB
CMYK
RGB Variations
Color information
#12655A (or 0x12655A) is known color: Blue Stone. HEX triplet: 12, 65 and 5A. RGB value is (18,101,90). Sum of RGB (Red+Green+Blue) = 18+101+90=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #12655A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12655A is #ED9AA5. Grayscale: #4A4A4A. Windows color (decimal): -15571622 or 5924114. OLE color: 5924114.
HSL color Cylindrical-coordinate representation of color #12655A: hue angle of 172.05º 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 #12655A is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 90 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.60 |
| HSL | 172.05º | 0.7% | 0.23% | - |
| HSV(B) | 172.05º | 0.82% | 0.4% | - |
| XYZ | 6.75 | 10.17 | 11.28 | - |
| YUV | 74.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 90 | 0.82 | 0 | 0.11 | 0.60 | 172.05 | 0.7 | 0.23 |
| Hex | 12 | 65 | 5A | 52 | 0 | B | 3C | AC | 46 | 17 |
| Octal | 22 | 145 | 132 | 122 | 0 | 13 | 74 | 254 | 106 | 27 |
| Binary | 10010 | 1100101 | 1011010 | 1010010 | 0 | 1011 | 111100 | 10101100 | 1000110 | 10111 |
Color Harmonies of #12655A
Complementary color
Monochromatic Colors of #12655A
Black with #12655A
Text Example
Text Example
White with #12655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12655A; }
p { color: rgb(18,101,90); }
H1.HeaderClassName
{
color: #12655A;
}
.AnyTagClassName
{
color: #12655A;
}
</style>
background-color css
<style>
a { background-color: #12655A; }
a { background-color: rgb(18,101,90); }
div.DivClassName
{
background-color: #12655A;
}
.BgClassName
{
background-color: #12655A;
}
</style>
border-color css
<style>
span { border-color: #12655A; }
span { border-color: rgb(18,101,90); }
td.TdClassName
{
border-color: #12655A;
}
.TagClassName
{
border-color: #12655A;
}
</style>