#18575D

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

Shades of Blue Stone #18575D

Tints of Blue Stone #18575D

Color information

#18575D (or 0x18575D) is unknown color: approx Blue Stone. HEX triplet: 18, 57 and 5D. RGB value is (24,87,93). Sum of RGB (Red+Green+Blue) = 24+87+93=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #18575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18575D is #E7A8A2. Grayscale: #444444. Windows color (decimal): -15181987 or 6117144. OLE color: 6117144.

HSL color Cylindrical-coordinate representation of color #18575D: hue angle of 185.22º 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 #18575D is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB248793-
CMYK0.740.0600.64
HSL185.22º58.97%22.94%-
HSV(B)185.22º74.19%36.47%-
XYZ5.767.811.56-
YUV68.85141.6396.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 87 (34.38% from 255) = 42.65%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=11.76%
G=42.65%
B=45.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2487930.740.0600.64185.2258.9722.94
Hex18575D4A6040b93b17
Octal30127135112601002717327
Binary11000101011110111011001010110010000001011100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18575D; }

 p { color: rgb(24,87,93); }

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

<style>
 a { background-color: #18575D; }

 a { background-color: rgb(24,87,93); }

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

<style>
 span { border-color: #18575D; }

 span { border-color: rgb(24,87,93); }

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