#18585A

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

Shades of Blue Stone #18585A

Tints of Blue Stone #18585A

Color information

#18585A (or 0x18585A) is unknown color: approx Blue Stone. HEX triplet: 18, 58 and 5A. RGB value is (24,88,90). Sum of RGB (Red+Green+Blue) = 24+88+90=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #18585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18585A is #E7A7A5. Grayscale: #454545. Windows color (decimal): -15181734 or 5920792. OLE color: 5920792.

HSL color Cylindrical-coordinate representation of color #18585A: hue angle of 181.82º 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 #18585A is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB248890-
CMYK0.730.0200.65
HSL181.82º57.89%22.35%-
HSV(B)181.82º73.33%35.29%-
XYZ5.717.9110.9-
YUV69.09139.895.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=11.88%
G=43.56%
B=44.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2488900.730.0200.65181.8257.8922.35
Hex18585A492041b63a16
Octal30130132111201012667226
Binary1100010110001011010100100110010000011011011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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