Html Css Color HEX #18585B Blue Stone

📋 copy color: '#18585B'

red 24 ◦ green 88 ◦ blue 91

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

Shades of Blue Stone #18585B

Tints of Blue Stone #18585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 11.82%
G = 43.35%
B = 44.83%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18585B (or 0x18585B) is known color: Blue Stone. HEX triplet: 18, 58 and 5B. RGB value is (24,88,91). Sum of RGB (Red+Green+Blue) = 24+88+91=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #18585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18585B is #E7A7A4. Grayscale: #454545. Windows color (decimal): -15181733 or 5986328. OLE color: 5986328.

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

Color convert

RGB 24 88 91 -
CMYK 0.74 0.03 0 0.64
HSL 182.69º 0.58% 0.23% -
HSV(B) 182.69º 0.74% 0.36% -
XYZ 5.75 7.93 11.12 -
YUV 69.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 24 88 91 0.74 0.03 0 0.64 182.69 0.58 0.23
Hex 18 58 5B 4A 3 0 40 B7 3A 17
Octal 30 130 133 112 3 0 100 267 72 27
Binary 11000 1011000 1011011 1001010 11 0 1000000 10110111 111010 10111

Color Harmonies of #18585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18585B

Black with #18585B

Text Example


Text Example

White with #18585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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