Shades of Blue Stone #12555F
Tints of Blue Stone #12555F
RGB
CMYK
RGB Variations
Color information
#12555F (or 0x12555F) is known color: Blue Stone. HEX triplet: 12, 55 and 5F. RGB value is (18,85,95). Sum of RGB (Red+Green+Blue) = 18+85+95=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #12555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12555F is #EDAAA0. Grayscale: #424242. Windows color (decimal): -15575713 or 6247698. OLE color: 6247698.
HSL color Cylindrical-coordinate representation of color #12555F: hue angle of 187.79º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12555F is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 85 | 95 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.63 |
| HSL | 187.79º | 0.68% | 0.22% | - |
| HSV(B) | 187.79º | 0.81% | 0.37% | - |
| XYZ | 5.56 | 7.45 | 11.97 | - |
| YUV | 66.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 95 | 0.81 | 0.11 | 0 | 0.63 | 187.79 | 0.68 | 0.22 |
| Hex | 12 | 55 | 5F | 51 | B | 0 | 3F | BC | 44 | 16 |
| Octal | 22 | 125 | 137 | 121 | 13 | 0 | 77 | 274 | 104 | 26 |
| Binary | 10010 | 1010101 | 1011111 | 1010001 | 1011 | 0 | 111111 | 10111100 | 1000100 | 10110 |
Color Harmonies of #12555F
Complementary color
Monochromatic Colors of #12555F
Black with #12555F
Text Example
Text Example
White with #12555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12555F; }
p { color: rgb(18,85,95); }
H1.HeaderClassName
{
color: #12555F;
}
.AnyTagClassName
{
color: #12555F;
}
</style>
background-color css
<style>
a { background-color: #12555F; }
a { background-color: rgb(18,85,95); }
div.DivClassName
{
background-color: #12555F;
}
.BgClassName
{
background-color: #12555F;
}
</style>
border-color css
<style>
span { border-color: #12555F; }
span { border-color: rgb(18,85,95); }
td.TdClassName
{
border-color: #12555F;
}
.TagClassName
{
border-color: #12555F;
}
</style>