#18656E

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

Shades of Blue Stone #18656E

Tints of Blue Stone #18656E

Color information

#18656E (or 0x18656E) is unknown color: approx Blue Stone. HEX triplet: 18, 65 and 6E. RGB value is (24,101,110). Sum of RGB (Red+Green+Blue) = 24+101+110=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #18656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18656E is #E79A91. Grayscale: #4E4E4E. Windows color (decimal): -15178386 or 7234840. OLE color: 7234840.

HSL color Cylindrical-coordinate representation of color #18656E: hue angle of 186.28º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18656E is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB24101110-
CMYK0.780.0800.57
HSL186.28º64.18%26.27%-
HSV(B)186.28º78.18%43.14%-
XYZ7.8410.6316.39-
YUV79145.4988.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=10.21%
G=42.98%
B=46.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal241011100.780.0800.57186.2864.1826.27
Hex18656E4E8039ba401a
Octal301451561161007127210032
Binary110001100101110111010011101000011100110111010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18656E; }

 p { color: rgb(24,101,110); }

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

<style>
 a { background-color: #18656E; }

 a { background-color: rgb(24,101,110); }

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

<style>
 span { border-color: #18656E; }

 span { border-color: rgb(24,101,110); }

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