Html Css Color HEX #18585D Blue Stone

📋 copy color: '#18585D'

red 24 ◦ green 88 ◦ blue 93

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

Shades of Blue Stone #18585D

Tints of Blue Stone #18585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 11.71%
G = 42.93%
B = 45.37%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18585D (or 0x18585D) is known color: Blue Stone. HEX triplet: 18, 58 and 5D. RGB value is (24,88,93). Sum of RGB (Red+Green+Blue) = 24+88+93=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #18585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18585D is #E7A7A2. Grayscale: #454545. Windows color (decimal): -15181731 or 6117400. OLE color: 6117400.

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

Color convert

RGB 24 88 93 -
CMYK 0.74 0.05 0 0.64
HSL 184.35º 0.59% 0.23% -
HSV(B) 184.35º 0.74% 0.36% -
XYZ 5.84 7.96 11.59 -
YUV 69.43 141.3 95.59 -
System Red Green Blue C M Y K H S L
Decimal 24 88 93 0.74 0.05 0 0.64 184.35 0.59 0.23
Hex 18 58 5D 4A 5 0 40 B8 3B 17
Octal 30 130 135 112 5 0 100 270 73 27
Binary 11000 1011000 1011101 1001010 101 0 1000000 10111000 111011 10111

Color Harmonies of #18585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18585D

Black with #18585D

Text Example


Text Example

White with #18585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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