#166367

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

Shades of Blue Stone #166367

Tints of Blue Stone #166367

Color information

#166367 (or 0x166367) is unknown color: approx Blue Stone. HEX triplet: 16, 63 and 67. RGB value is (22,99,103). Sum of RGB (Red+Green+Blue) = 22+99+103=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #166367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166367 is #E99C98. Grayscale: #4C4C4C. Windows color (decimal): -15309977 or 6775574. OLE color: 6775574.

HSL color Cylindrical-coordinate representation of color #166367: hue angle of 182.96º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166367 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2299103-
CMYK0.790.0400.60
HSL182.96º64.8%24.51%-
HSV(B)182.96º78.64%40.39%-
XYZ7.2410.0714.39-
YUV76.43142.9989.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=9.82%
G=44.20%
B=45.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22991030.790.0400.60182.9664.824.51
Hex1663674F403Cb74119
Octal26143147117407426710131
Binary10110110001111001111001111100011110010110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166367; }

 p { color: rgb(22,99,103); }

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

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

 a { background-color: rgb(22,99,103); }

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

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

 span { border-color: rgb(22,99,103); }

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