#18605F

Color #18605F Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #18605F

Tints of Blue Stone #18605F

Color information

#18605F (or 0x18605F) is unknown color: approx Blue Stone. HEX triplet: 18, 60 and 5F. RGB value is (24,96,95). Sum of RGB (Red+Green+Blue) = 24+96+95=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #18605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18605F is #E79FA0. Grayscale: #4A4A4A. Windows color (decimal): -15179681 or 6250520. OLE color: 6250520.

HSL color Cylindrical-coordinate representation of color #18605F: hue angle of 179.17º 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 #18605F is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB249695-
CMYK0.7500.010.62
HSL179.17º60%23.53%-
HSV(B)179.17º75%37.65%-
XYZ6.639.3912.29-
YUV74.36139.6592.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=11.16%
G=44.65%
B=44.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496950.7500.010.62179.176023.53
Hex18605F4B013Eb33c18
Octal3014013711301762637430
Binary11000110000010111111001011011111101011001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18605F;
 }
 .AnyTagClassName
 {
   color: #18605F;
 }
</style>
background-color css

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

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

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

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

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

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