#18646A

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

Shades of Blue Stone #18646A

Tints of Blue Stone #18646A

Color information

#18646A (or 0x18646A) is unknown color: approx Blue Stone. HEX triplet: 18, 64 and 6A. RGB value is (24,100,106). Sum of RGB (Red+Green+Blue) = 24+100+106=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #18646A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18646A is #E79B95. Grayscale: #4D4D4D. Windows color (decimal): -15178646 or 6972440. OLE color: 6972440.

HSL color Cylindrical-coordinate representation of color #18646A: hue angle of 184.39º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18646A is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB24100106-
CMYK0.770.0600.58
HSL184.39º63.08%25.49%-
HSV(B)184.39º77.36%41.57%-
XYZ7.5410.3515.24-
YUV77.96143.8289.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=10.43%
G=43.48%
B=46.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal241001060.770.0600.58184.3963.0825.49
Hex18646A4D603Ab83f19
Octal3014415211560722707731
Binary1100011001001101010100110111001110101011100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18646A; }

 p { color: rgb(24,100,106); }

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

<style>
 a { background-color: #18646A; }

 a { background-color: rgb(24,100,106); }

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

<style>
 span { border-color: #18646A; }

 span { border-color: rgb(24,100,106); }

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