#16869E

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

Shades of Eastern Blue #16869E

Tints of Eastern Blue #16869E

Color information

#16869E (or 0x16869E) is unknown color: approx Eastern Blue. HEX triplet: 16, 86 and 9E. RGB value is (22,134,158). Sum of RGB (Red+Green+Blue) = 22+134+158=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #16869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16869E is #E97961. Grayscale: #676767. Windows color (decimal): -15300962 or 10389014. OLE color: 10389014.

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

Color convert

RGB22134158-
CMYK0.860.1500.38
HSL190.59º75.56%35.29%-
HSV(B)190.59º86.08%61.96%-
XYZ15.0319.6935.36-
YUV103.25158.8970.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.01%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=7.01%
G=42.68%
B=50.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221341580.860.1500.38190.5975.5635.29
Hex16869E56F026bf4c23
Octal262062361261704627711443
Binary101101000011010011110101011011110100110101111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16869E; }

 p { color: rgb(22,134,158); }

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

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

 a { background-color: rgb(22,134,158); }

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

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

 span { border-color: rgb(22,134,158); }

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