#166466

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

Shades of Blue Stone #166466

Tints of Blue Stone #166466

Color information

#166466 (or 0x166466) is unknown color: approx Blue Stone. HEX triplet: 16, 64 and 66. RGB value is (22,100,102). Sum of RGB (Red+Green+Blue) = 22+100+102=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #166466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166466 is #E99B99. Grayscale: #4C4C4C. Windows color (decimal): -15309722 or 6710294. OLE color: 6710294.

HSL color Cylindrical-coordinate representation of color #166466: hue angle of 181.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166466 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB22100102-
CMYK0.780.0200.6
HSL181.5º64.52%24.31%-
HSV(B)181.5º78.43%40%-
XYZ7.2910.2414.16-
YUV76.91142.1688.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=9.82%
G=44.64%
B=45.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal221001020.780.0200.6181.564.5224.31
Hex1664664E203Cb64118
Octal26144146116207426610130
Binary1011011001001100110100111010011110010110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166466; }

 p { color: rgb(22,100,102); }

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

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

 a { background-color: rgb(22,100,102); }

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

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

 span { border-color: rgb(22,100,102); }

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