Shades of Blue Stone #187070
Tints of Blue Stone #187070
RGB
CMYK
RGB Variations
Color information
#187070 (or 0x187070) is known color: Blue Stone. HEX triplet: 18, 70 and 70. RGB value is (24,112,112). Sum of RGB (Red+Green+Blue) = 24+112+112=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #187070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187070 is #E78F8F. Grayscale: #555555. Windows color (decimal): -15175568 or 7368728. OLE color: 7368728.
HSL color Cylindrical-coordinate representation of color #187070: hue angle of 180º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187070 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 112 | 112 | - |
| CMYK | 0.79 | 0 | 0 | 0.56 |
| HSL | 180º | 0.65% | 0.27% | - |
| HSV(B) | 180º | 0.79% | 0.44% | - |
| XYZ | 9.1 | 12.95 | 17.35 | - |
| YUV | 85.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 112 | 0.79 | 0 | 0 | 0.56 | 180 | 0.65 | 0.27 |
| Hex | 18 | 70 | 70 | 4F | 0 | 0 | 38 | B4 | 41 | 1B |
| Octal | 30 | 160 | 160 | 117 | 0 | 0 | 70 | 264 | 101 | 33 |
| Binary | 11000 | 1110000 | 1110000 | 1001111 | 0 | 0 | 111000 | 10110100 | 1000001 | 11011 |
Color Harmonies of #187070
Complementary color
Monochromatic Colors of #187070
Black with #187070
Text Example
Text Example
White with #187070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187070; }
p { color: rgb(24,112,112); }
H1.HeaderClassName
{
color: #187070;
}
.AnyTagClassName
{
color: #187070;
}
</style>
background-color css
<style>
a { background-color: #187070; }
a { background-color: rgb(24,112,112); }
div.DivClassName
{
background-color: #187070;
}
.BgClassName
{
background-color: #187070;
}
</style>
border-color css
<style>
span { border-color: #187070; }
span { border-color: rgb(24,112,112); }
td.TdClassName
{
border-color: #187070;
}
.TagClassName
{
border-color: #187070;
}
</style>