#18665B

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

Shades of Blue Stone #18665B

Tints of Blue Stone #18665B

Color information

#18665B (or 0x18665B) is unknown color: approx Blue Stone. HEX triplet: 18, 66 and 5B. RGB value is (24,102,91). Sum of RGB (Red+Green+Blue) = 24+102+91=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #18665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18665B is #E799A4. Grayscale: #4D4D4D. Windows color (decimal): -15178149 or 5989912. OLE color: 5989912.

HSL color Cylindrical-coordinate representation of color #18665B: hue angle of 171.54º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18665B is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB2410291-
CMYK0.7600.110.6
HSL171.54º61.9%24.71%-
HSV(B)171.54º76.47%40%-
XYZ7.0210.4511.55-
YUV77.42135.6689.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=11.06%
G=47.00%
B=41.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102910.7600.110.6171.5461.924.71
Hex18665B4C0B3Cac3e19
Octal30146133114013742547631
Binary11000110011010110111001100010111111001010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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