Shades of Blue Stone #185356
Tints of Blue Stone #185356
RGB
CMYK
RGB Variations
Color information
#185356 (or 0x185356) is known color: Blue Stone. HEX triplet: 18, 53 and 56. RGB value is (24,83,86). Sum of RGB (Red+Green+Blue) = 24+83+86=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #185356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185356 is #E7ACA9. Grayscale: #414141. Windows color (decimal): -15183018 or 5657368. OLE color: 5657368.
HSL color Cylindrical-coordinate representation of color #185356: hue angle of 182.9º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185356 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 83 | 86 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.66 |
| HSL | 182.9º | 0.56% | 0.22% | - |
| HSV(B) | 182.9º | 0.72% | 0.34% | - |
| XYZ | 5.15 | 7.05 | 9.89 | - |
| YUV | 65.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 86 | 0.72 | 0.03 | 0 | 0.66 | 182.9 | 0.56 | 0.22 |
| Hex | 18 | 53 | 56 | 48 | 3 | 0 | 42 | B7 | 38 | 16 |
| Octal | 30 | 123 | 126 | 110 | 3 | 0 | 102 | 267 | 70 | 26 |
| Binary | 11000 | 1010011 | 1010110 | 1001000 | 11 | 0 | 1000010 | 10110111 | 111000 | 10110 |
Color Harmonies of #185356
Complementary color
Monochromatic Colors of #185356
Black with #185356
Text Example
Text Example
White with #185356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185356; }
p { color: rgb(24,83,86); }
H1.HeaderClassName
{
color: #185356;
}
.AnyTagClassName
{
color: #185356;
}
</style>
background-color css
<style>
a { background-color: #185356; }
a { background-color: rgb(24,83,86); }
div.DivClassName
{
background-color: #185356;
}
.BgClassName
{
background-color: #185356;
}
</style>
border-color css
<style>
span { border-color: #185356; }
span { border-color: rgb(24,83,86); }
td.TdClassName
{
border-color: #185356;
}
.TagClassName
{
border-color: #185356;
}
</style>