Shades of Blue Stone #185358
Tints of Blue Stone #185358
RGB
CMYK
RGB Variations
Color information
#185358 (or 0x185358) is known color: Blue Stone. HEX triplet: 18, 53 and 58. RGB value is (24,83,88). Sum of RGB (Red+Green+Blue) = 24+83+88=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #185358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185358 is #E7ACA7. Grayscale: #414141. Windows color (decimal): -15183016 or 5788440. OLE color: 5788440.
HSL color Cylindrical-coordinate representation of color #185358: hue angle of 184.69º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185358 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 83 | 88 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.65 |
| HSL | 184.69º | 0.57% | 0.22% | - |
| HSV(B) | 184.69º | 0.73% | 0.35% | - |
| XYZ | 5.23 | 7.09 | 10.32 | - |
| YUV | 65.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 88 | 0.73 | 0.06 | 0 | 0.65 | 184.69 | 0.57 | 0.22 |
| Hex | 18 | 53 | 58 | 49 | 6 | 0 | 41 | B9 | 39 | 16 |
| Octal | 30 | 123 | 130 | 111 | 6 | 0 | 101 | 271 | 71 | 26 |
| Binary | 11000 | 1010011 | 1011000 | 1001001 | 110 | 0 | 1000001 | 10111001 | 111001 | 10110 |
Color Harmonies of #185358
Complementary color
Monochromatic Colors of #185358
Black with #185358
Text Example
Text Example
White with #185358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185358; }
p { color: rgb(24,83,88); }
H1.HeaderClassName
{
color: #185358;
}
.AnyTagClassName
{
color: #185358;
}
</style>
background-color css
<style>
a { background-color: #185358; }
a { background-color: rgb(24,83,88); }
div.DivClassName
{
background-color: #185358;
}
.BgClassName
{
background-color: #185358;
}
</style>
border-color css
<style>
span { border-color: #185358; }
span { border-color: rgb(24,83,88); }
td.TdClassName
{
border-color: #185358;
}
.TagClassName
{
border-color: #185358;
}
</style>