#16809F

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

Shades of Eastern Blue #16809F

Tints of Eastern Blue #16809F

Color information

#16809F (or 0x16809F) is unknown color: approx Eastern Blue. HEX triplet: 16, 80 and 9F. RGB value is (22,128,159). Sum of RGB (Red+Green+Blue) = 22+128+159=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #16809F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16809F is #E97F60. Grayscale: #636363. Windows color (decimal): -15302497 or 10453014. OLE color: 10453014.

HSL color Cylindrical-coordinate representation of color #16809F: hue angle of 193.58º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16809F is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB22128159-
CMYK0.860.1900.38
HSL193.58º75.69%35.49%-
HSV(B)193.58º86.16%62.35%-
XYZ14.3118.1135.54-
YUV99.84161.3872.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=7.12%
G=41.42%
B=51.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221281590.860.1900.38193.5875.6935.49
Hex16809F5613026c24c23
Octal262002371262304630211443
Binary1011010000000100111111010110100110100110110000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16809F; }

 p { color: rgb(22,128,159); }

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

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

 a { background-color: rgb(22,128,159); }

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

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

 span { border-color: rgb(22,128,159); }

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