#18595E

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

Shades of Blue Stone #18595E

Tints of Blue Stone #18595E

Color information

#18595E (or 0x18595E) is unknown color: approx Blue Stone. HEX triplet: 18, 59 and 5E. RGB value is (24,89,94). Sum of RGB (Red+Green+Blue) = 24+89+94=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #18595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18595E is #E7A6A1. Grayscale: #464646. Windows color (decimal): -15181474 or 6183192. OLE color: 6183192.

HSL color Cylindrical-coordinate representation of color #18595E: hue angle of 184.29º 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 #18595E is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB248994-
CMYK0.740.0500.63
HSL184.29º59.32%23.14%-
HSV(B)184.29º74.47%36.86%-
XYZ5.978.1511.85-
YUV70.13141.4795.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=11.59%
G=43.00%
B=45.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2489940.740.0500.63184.2959.3223.14
Hex18595E4A503Fb83b17
Octal3013113611250772707327
Binary1100010110011011110100101010101111111011100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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