#18646B

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

Shades of Blue Stone #18646B

Tints of Blue Stone #18646B

Color information

#18646B (or 0x18646B) is unknown color: approx Blue Stone. HEX triplet: 18, 64 and 6B. RGB value is (24,100,107). Sum of RGB (Red+Green+Blue) = 24+100+107=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #18646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18646B is #E79B94. Grayscale: #4D4D4D. Windows color (decimal): -15178645 or 7037976. OLE color: 7037976.

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

Color convert

RGB24100107-
CMYK0.780.0700.58
HSL185.06º63.36%25.69%-
HSV(B)185.06º77.57%41.96%-
XYZ7.5910.3715.51-
YUV78.07144.3289.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=10.39%
G=43.29%
B=46.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal241001070.780.0700.58185.0663.3625.69
Hex18646B4E703Ab93f1a
Octal3014415311670722717732
Binary1100011001001101011100111011101110101011100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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