Shades of Blue Stone #18625D
Tints of Blue Stone #18625D
RGB
CMYK
RGB Variations
Color information
#18625D (or 0x18625D) is known color: Blue Stone. HEX triplet: 18, 62 and 5D. RGB value is (24,98,93). Sum of RGB (Red+Green+Blue) = 24+98+93=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #18625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18625D is #E79DA2. Grayscale: #4B4B4B. Windows color (decimal): -15179171 or 6119960. OLE color: 6119960.
HSL color Cylindrical-coordinate representation of color #18625D: hue angle of 175.95º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18625D is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 98 | 93 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.62 |
| HSL | 175.95º | 0.61% | 0.24% | - |
| HSV(B) | 175.95º | 0.76% | 0.38% | - |
| XYZ | 6.72 | 9.72 | 11.88 | - |
| YUV | 75.3 | 137.98 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 93 | 0.76 | 0 | 0.05 | 0.62 | 175.95 | 0.61 | 0.24 |
| Hex | 18 | 62 | 5D | 4C | 0 | 5 | 3E | B0 | 3D | 18 |
| Octal | 30 | 142 | 135 | 114 | 0 | 5 | 76 | 260 | 75 | 30 |
| Binary | 11000 | 1100010 | 1011101 | 1001100 | 0 | 101 | 111110 | 10110000 | 111101 | 11000 |
Color Harmonies of #18625D
Complementary color
Monochromatic Colors of #18625D
Black with #18625D
Text Example
Text Example
White with #18625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18625D; }
p { color: rgb(24,98,93); }
H1.HeaderClassName
{
color: #18625D;
}
.AnyTagClassName
{
color: #18625D;
}
</style>
background-color css
<style>
a { background-color: #18625D; }
a { background-color: rgb(24,98,93); }
div.DivClassName
{
background-color: #18625D;
}
.BgClassName
{
background-color: #18625D;
}
</style>
border-color css
<style>
span { border-color: #18625D; }
span { border-color: rgb(24,98,93); }
td.TdClassName
{
border-color: #18625D;
}
.TagClassName
{
border-color: #18625D;
}
</style>