#18585C

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

Shades of Blue Stone #18585C

Tints of Blue Stone #18585C

Color information

#18585C (or 0x18585C) is unknown color: approx Blue Stone. HEX triplet: 18, 58 and 5C. RGB value is (24,88,92). Sum of RGB (Red+Green+Blue) = 24+88+92=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #18585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18585C is #E7A7A3. Grayscale: #454545. Windows color (decimal): -15181732 or 6051864. OLE color: 6051864.

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

Color convert

RGB248892-
CMYK0.740.0400.64
HSL183.53º58.62%22.75%-
HSV(B)183.53º73.91%36.08%-
XYZ5.87.9511.35-
YUV69.32140.895.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=11.76%
G=43.14%
B=45.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2488920.740.0400.64183.5358.6222.75
Hex18585C4A4040b83b17
Octal30130134112401002707327
Binary11000101100010111001001010100010000001011100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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