Html Css Color HEX #18595F Blue Stone

📋 copy color: '#18595F'

red 24 ◦ green 89 ◦ blue 95

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

Shades of Blue Stone #18595F

Tints of Blue Stone #18595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.79%

 BLUE value IS 95 (37.5% from 255) = 45.67%

R = 11.54%
G = 42.79%
B = 45.67%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18595F (or 0x18595F) is known color: Blue Stone. HEX triplet: 18, 59 and 5F. RGB value is (24,89,95). Sum of RGB (Red+Green+Blue) = 24+89+95=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #18595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18595F is #E7A6A0. Grayscale: #464646. Windows color (decimal): -15181473 or 6248728. OLE color: 6248728.

HSL color Cylindrical-coordinate representation of color #18595F: hue angle of 185.07º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18595F is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 89 95 -
CMYK 0.75 0.06 0 0.63
HSL 185.07º 0.6% 0.23% -
HSV(B) 185.07º 0.75% 0.37% -
XYZ 6.01 8.17 12.09 -
YUV 70.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 24 89 95 0.75 0.06 0 0.63 185.07 0.6 0.23
Hex 18 59 5F 4B 6 0 3F B9 3C 17
Octal 30 131 137 113 6 0 77 271 74 27
Binary 11000 1011001 1011111 1001011 110 0 111111 10111001 111100 10111

Color Harmonies of #18595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18595F

Black with #18595F

Text Example


Text Example

White with #18595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18595F; }

 p { color: rgb(24,89,95); }

 H1.HeaderClassName
 {
   color: #18595F;
 }
 .AnyTagClassName
 {
   color: #18595F;
 }
</style>

background-color css

<style>
 a { background-color: #18595F; }

 a { background-color: rgb(24,89,95); }

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

border-color css

<style>
 span { border-color: #18595F; }

 span { border-color: rgb(24,89,95); }

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