#186566

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

Shades of Blue Stone #186566

Tints of Blue Stone #186566

Color information

#186566 (or 0x186566) is unknown color: approx Blue Stone. HEX triplet: 18, 65 and 66. RGB value is (24,101,102). Sum of RGB (Red+Green+Blue) = 24+101+102=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #186566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186566 is #E79A99. Grayscale: #4E4E4E. Windows color (decimal): -15178394 or 6710552. OLE color: 6710552.

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

Color convert

RGB24101102-
CMYK0.760.0100.6
HSL180.77º61.9%24.71%-
HSV(B)180.77º76.47%40%-
XYZ7.4310.4614.2-
YUV78.09141.4989.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=10.57%
G=44.49%
B=44.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal241011020.760.0100.6180.7761.924.71
Hex1865664C103Cb53e19
Octal3014514611410742657631
Binary11000110010111001101001100101111001011010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186566; }

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

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

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

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

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

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

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

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