Html Css Color HEX #18585E Blue Stone

📋 copy color: '#18585E'

red 24 ◦ green 88 ◦ blue 94

#18585E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #18585E

Tints of Blue Stone #18585E

RGB

 RED value IS 24 (9.77% from 255) = 11.65%

 GREEN value IS 88 (34.77% from 255) = 42.72%

 BLUE value IS 94 (37.11% from 255) = 45.63%

R = 11.65%
G = 42.72%
B = 45.63%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18585E (or 0x18585E) is known color: Blue Stone. HEX triplet: 18, 58 and 5E. RGB value is (24,88,94). Sum of RGB (Red+Green+Blue) = 24+88+94=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #18585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18585E is #E7A7A1. Grayscale: #454545. Windows color (decimal): -15181730 or 6182936. OLE color: 6182936.

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

Color convert

RGB 24 88 94 -
CMYK 0.74 0.06 0 0.63
HSL 185.14º 0.59% 0.23% -
HSV(B) 185.14º 0.74% 0.37% -
XYZ 5.89 7.98 11.82 -
YUV 69.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 24 88 94 0.74 0.06 0 0.63 185.14 0.59 0.23
Hex 18 58 5E 4A 6 0 3F B9 3B 17
Octal 30 130 136 112 6 0 77 271 73 27
Binary 11000 1011000 1011110 1001010 110 0 111111 10111001 111011 10111

Color Harmonies of #18585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18585E

Black with #18585E

Text Example


Text Example

White with #18585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18585E;
 }
 .AnyTagClassName
 {
   color: #18585E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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