#16636D

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

Shades of Blue Stone #16636D

Tints of Blue Stone #16636D

Color information

#16636D (or 0x16636D) is unknown color: approx Blue Stone. HEX triplet: 16, 63 and 6D. RGB value is (22,99,109). Sum of RGB (Red+Green+Blue) = 22+99+109=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #16636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16636D is #E99C92. Grayscale: #4C4C4C. Windows color (decimal): -15309971 or 7168790. OLE color: 7168790.

HSL color Cylindrical-coordinate representation of color #16636D: hue angle of 186.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16636D is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2299109-
CMYK0.800.0900.57
HSL186.9º66.41%25.69%-
HSV(B)186.9º79.82%42.75%-
XYZ7.5510.216.04-
YUV77.12145.9988.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=9.57%
G=43.04%
B=47.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22991090.800.0900.57186.966.4125.69
Hex16636D509039bb421a
Octal261431551201107127310232
Binary101101100011110110110100001001011100110111011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16636D; }

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

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

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

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

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

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

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

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