#16859C

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

Shades of Eastern Blue #16859C

Tints of Eastern Blue #16859C

Color information

#16859C (or 0x16859C) is unknown color: approx Eastern Blue. HEX triplet: 16, 85 and 9C. RGB value is (22,133,156). Sum of RGB (Red+Green+Blue) = 22+133+156=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #16859C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16859C is #E97A63. Grayscale: #666666. Windows color (decimal): -15301220 or 10257686. OLE color: 10257686.

HSL color Cylindrical-coordinate representation of color #16859C: hue angle of 190.3º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16859C is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22133156-
CMYK0.860.1500.39
HSL190.3º75.28%34.9%-
HSV(B)190.3º85.9%61.18%-
XYZ14.7219.3534.41-
YUV102.43158.2370.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.07%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=7.07%
G=42.77%
B=50.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221331560.860.1500.39190.375.2834.9
Hex16859C56F027be4b23
Octal262052341261704727611343
Binary101101000010110011100101011011110100111101111101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16859C; }

 p { color: rgb(22,133,156); }

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

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

 a { background-color: rgb(22,133,156); }

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

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

 span { border-color: rgb(22,133,156); }

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