#186463

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

Shades of Blue Stone #186463

Tints of Blue Stone #186463

Color information

#186463 (or 0x186463) is unknown color: approx Blue Stone. HEX triplet: 18, 64 and 63. RGB value is (24,100,99). Sum of RGB (Red+Green+Blue) = 24+100+99=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #186463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186463 is #E79B9C. Grayscale: #4D4D4D. Windows color (decimal): -15178653 or 6513688. OLE color: 6513688.

HSL color Cylindrical-coordinate representation of color #186463: hue angle of 179.21º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186463 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB2410099-
CMYK0.7600.010.61
HSL179.21º61.29%24.31%-
HSV(B)179.21º76%39.22%-
XYZ7.1910.2113.4-
YUV77.16140.3290.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=10.76%
G=44.84%
B=44.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24100990.7600.010.61179.2161.2924.31
Hex1864634C013Db33d18
Octal3014414311401752637530
Binary11000110010011000111001100011111011011001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186463; }

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

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

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

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

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

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

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

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