#18555D

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

Shades of Blue Stone #18555D

Tints of Blue Stone #18555D

Color information

#18555D (or 0x18555D) is unknown color: approx Blue Stone. HEX triplet: 18, 55 and 5D. RGB value is (24,85,93). Sum of RGB (Red+Green+Blue) = 24+85+93=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #18555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18555D is #E7AAA2. Grayscale: #434343. Windows color (decimal): -15182499 or 6116632. OLE color: 6116632.

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

Color convert

RGB248593-
CMYK0.740.0900.64
HSL186.96º58.97%22.94%-
HSV(B)186.96º74.19%36.47%-
XYZ5.67.4811.5-
YUV67.67142.2996.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=11.88%
G=42.08%
B=46.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2485930.740.0900.64186.9658.9722.94
Hex18555D4A9040bb3b17
Octal301251351121101002737327
Binary110001010101101110110010101001010000001011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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