Shades of Blue Stone #185359
Tints of Blue Stone #185359
RGB
CMYK
RGB Variations
Color information
#185359 (or 0x185359) is known color: Blue Stone. HEX triplet: 18, 53 and 59. RGB value is (24,83,89). Sum of RGB (Red+Green+Blue) = 24+83+89=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #185359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185359 is #E7ACA6. Grayscale: #414141. Windows color (decimal): -15183015 or 5853976. OLE color: 5853976.
HSL color Cylindrical-coordinate representation of color #185359: hue angle of 185.54º degrees, saturation: 0.58, 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 #185359 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 83 | 89 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.65 |
| HSL | 185.54º | 0.58% | 0.22% | - |
| HSV(B) | 185.54º | 0.73% | 0.35% | - |
| XYZ | 5.27 | 7.1 | 10.54 | - |
| YUV | 66.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 89 | 0.73 | 0.07 | 0 | 0.65 | 185.54 | 0.58 | 0.22 |
| Hex | 18 | 53 | 59 | 49 | 7 | 0 | 41 | BA | 3A | 16 |
| Octal | 30 | 123 | 131 | 111 | 7 | 0 | 101 | 272 | 72 | 26 |
| Binary | 11000 | 1010011 | 1011001 | 1001001 | 111 | 0 | 1000001 | 10111010 | 111010 | 10110 |
Color Harmonies of #185359
Complementary color
Monochromatic Colors of #185359
Black with #185359
Text Example
Text Example
White with #185359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185359; }
p { color: rgb(24,83,89); }
H1.HeaderClassName
{
color: #185359;
}
.AnyTagClassName
{
color: #185359;
}
</style>
background-color css
<style>
a { background-color: #185359; }
a { background-color: rgb(24,83,89); }
div.DivClassName
{
background-color: #185359;
}
.BgClassName
{
background-color: #185359;
}
</style>
border-color css
<style>
span { border-color: #185359; }
span { border-color: rgb(24,83,89); }
td.TdClassName
{
border-color: #185359;
}
.TagClassName
{
border-color: #185359;
}
</style>