#186465

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

Shades of Blue Stone #186465

Tints of Blue Stone #186465

Color information

#186465 (or 0x186465) is unknown color: approx Blue Stone. HEX triplet: 18, 64 and 65. RGB value is (24,100,101). Sum of RGB (Red+Green+Blue) = 24+100+101=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #186465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186465 is #E79B9A. Grayscale: #4D4D4D. Windows color (decimal): -15178651 or 6644760. OLE color: 6644760.

HSL color Cylindrical-coordinate representation of color #186465: hue angle of 180.78º 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 #186465 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB24100101-
CMYK0.760.0100.60
HSL180.78º61.6%24.51%-
HSV(B)180.78º76.24%39.61%-
XYZ7.2810.2513.91-
YUV77.39141.3289.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=10.67%
G=44.44%
B=44.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal241001010.760.0100.60180.7861.624.51
Hex1864654C103Cb53e19
Octal3014414511410742657631
Binary11000110010011001011001100101111001011010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186465; }

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

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

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

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

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

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

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

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