#18605B

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

Shades of Blue Stone #18605B

Tints of Blue Stone #18605B

Color information

#18605B (or 0x18605B) is unknown color: approx Blue Stone. HEX triplet: 18, 60 and 5B. RGB value is (24,96,91). Sum of RGB (Red+Green+Blue) = 24+96+91=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #18605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18605B is #E79FA4. Grayscale: #494949. Windows color (decimal): -15179685 or 5988376. OLE color: 5988376.

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

Color convert

RGB249691-
CMYK0.7500.050.62
HSL175.83º60%23.53%-
HSV(B)175.83º75%37.65%-
XYZ6.459.3211.36-
YUV73.9137.6592.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=11.37%
G=45.50%
B=43.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496910.7500.050.62175.836023.53
Hex18605B4B053Eb03c18
Octal3014013311305762607430
Binary1100011000001011011100101101011111101011000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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