#16819F

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

Shades of Eastern Blue #16819F

Tints of Eastern Blue #16819F

Color information

#16819F (or 0x16819F) is unknown color: approx Eastern Blue. HEX triplet: 16, 81 and 9F. RGB value is (22,129,159). Sum of RGB (Red+Green+Blue) = 22+129+159=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #16819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16819F is #E97E60. Grayscale: #646464. Windows color (decimal): -15302241 or 10453270. OLE color: 10453270.

HSL color Cylindrical-coordinate representation of color #16819F: hue angle of 193.14º 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 #16819F is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB22129159-
CMYK0.860.1900.38
HSL193.14º75.69%35.49%-
HSV(B)193.14º86.16%62.35%-
XYZ14.4418.3735.59-
YUV100.43161.0572.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.10%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=7.10%
G=41.61%
B=51.29%

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
Decimal221291590.860.1900.38193.1475.6935.49
Hex16819F5613026c14c23
Octal262012371262304630111443
Binary1011010000001100111111010110100110100110110000011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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