#18555E

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

Shades of Blue Stone #18555E

Tints of Blue Stone #18555E

Color information

#18555E (or 0x18555E) is unknown color: approx Blue Stone. HEX triplet: 18, 55 and 5E. RGB value is (24,85,94). Sum of RGB (Red+Green+Blue) = 24+85+94=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #18555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18555E is #E7AAA1. Grayscale: #434343. Windows color (decimal): -15182498 or 6182168. OLE color: 6182168.

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

Color convert

RGB248594-
CMYK0.740.1000.63
HSL187.71º59.32%23.14%-
HSV(B)187.71º74.47%36.86%-
XYZ5.657.511.74-
YUV67.79142.7996.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=11.82%
G=41.87%
B=46.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2485940.740.1000.63187.7159.3223.14
Hex18555E4AA03Fbc3b17
Octal30125136112120772747327
Binary11000101010110111101001010101001111111011110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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