Html Css Color HEX #18615D Blue Stone

📋 copy color: '#18615D'

red 24 ◦ green 97 ◦ blue 93

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

Shades of Blue Stone #18615D

Tints of Blue Stone #18615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

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

R = 11.21%
G = 45.33%
B = 43.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#18615D (or 0x18615D) is known color: Blue Stone. HEX triplet: 18, 61 and 5D. RGB value is (24,97,93). Sum of RGB (Red+Green+Blue) = 24+97+93=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #18615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18615D is #E79EA2. Grayscale: #4A4A4A. Windows color (decimal): -15179427 or 6119704. OLE color: 6119704.

HSL color Cylindrical-coordinate representation of color #18615D: hue angle of 176.71º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18615D is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 97 93 -
CMYK 0.75 0 0.04 0.62
HSL 176.71º 0.6% 0.24% -
HSV(B) 176.71º 0.75% 0.38% -
XYZ 6.63 9.53 11.85 -
YUV 74.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 24 97 93 0.75 0 0.04 0.62 176.71 0.6 0.24
Hex 18 61 5D 4B 0 4 3E B1 3C 18
Octal 30 141 135 113 0 4 76 261 74 30
Binary 11000 1100001 1011101 1001011 0 100 111110 10110001 111100 11000

Color Harmonies of #18615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18615D

Black with #18615D

Text Example


Text Example

White with #18615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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