#18585E

Color #18585E Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #18585E

Tints of Blue Stone #18585E

Color information

#18585E (or 0x18585E) is unknown color: approx Blue Stone. HEX triplet: 18, 58 and 5E. RGB value is (24,88,94). Sum of RGB (Red+Green+Blue) = 24+88+94=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #18585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18585E is #E7A7A1. Grayscale: #454545. Windows color (decimal): -15181730 or 6182936. OLE color: 6182936.

HSL color Cylindrical-coordinate representation of color #18585E: hue angle of 185.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18585E is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB248894-
CMYK0.740.0600.63
HSL185.14º59.32%23.14%-
HSV(B)185.14º74.47%36.86%-
XYZ5.897.9811.82-
YUV69.55141.895.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=11.65%
G=42.72%
B=45.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2488940.740.0600.63185.1459.3223.14
Hex18585E4A603Fb93b17
Octal3013013611260772717327
Binary1100010110001011110100101011001111111011100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18585E; }

 p { color: rgb(24,88,94); }

 H1.HeaderClassName
 {
   color: #18585E;
 }
 .AnyTagClassName
 {
   color: #18585E;
 }
</style>
background-color css

<style>
 a { background-color: #18585E; }

 a { background-color: rgb(24,88,94); }

 div.DivClassName
 {
   background-color: #18585E;
 }
 .BgClassName
 {
   background-color: #18585E;
 }
</style>
border-color css

<style>
 span { border-color: #18585E; }

 span { border-color: rgb(24,88,94); }

 td.TdClassName
 {
   border-color: #18585E;
 }
 .TagClassName
 {
   border-color: #18585E;
 }
</style>