Html Css Color HEX #18585C Blue Stone

📋 copy color: '#18585C'

red 24 ◦ green 88 ◦ blue 92

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

Shades of Blue Stone #18585C

Tints of Blue Stone #18585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 11.76%
G = 43.14%
B = 45.1%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18585C (or 0x18585C) is known color: Blue Stone. HEX triplet: 18, 58 and 5C. RGB value is (24,88,92). Sum of RGB (Red+Green+Blue) = 24+88+92=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #18585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18585C is #E7A7A3. Grayscale: #454545. Windows color (decimal): -15181732 or 6051864. OLE color: 6051864.

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

Color convert

RGB 24 88 92 -
CMYK 0.74 0.04 0 0.64
HSL 183.53º 0.59% 0.23% -
HSV(B) 183.53º 0.74% 0.36% -
XYZ 5.8 7.95 11.35 -
YUV 69.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 24 88 92 0.74 0.04 0 0.64 183.53 0.59 0.23
Hex 18 58 5C 4A 4 0 40 B8 3B 17
Octal 30 130 134 112 4 0 100 270 73 27
Binary 11000 1011000 1011100 1001010 100 0 1000000 10111000 111011 10111

Color Harmonies of #18585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18585C

Black with #18585C

Text Example


Text Example

White with #18585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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