#1096A0

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

Shades of Eastern Blue #1096A0

Tints of Eastern Blue #1096A0

Color information

#1096A0 (or 0x1096A0) is unknown color: approx Eastern Blue. HEX triplet: 10, 96 and A0. RGB value is (16,150,160). Sum of RGB (Red+Green+Blue) = 16+150+160=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #1096A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1096A0 is #EF695F. Grayscale: #6E6E6E. Windows color (decimal): -15690080 or 10524176. OLE color: 10524176.

HSL color Cylindrical-coordinate representation of color #1096A0: hue angle of 184.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1096A0 is Cyan = 0.9, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16150160-
CMYK0.90.0600.37
HSL184.17º81.82%34.51%-
HSV(B)184.17º90%62.75%-
XYZ17.4724.4637.06-
YUV111.07155.6160.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.91%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 160 (62.89% from 255) = 49.08%
R=4.91%
G=46.01%
B=49.08%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161501600.90.0600.37184.1781.8234.51
Hex1096A05A6025b85223
Octal20226240132604527012243
Binary10000100101101010000010110101100100101101110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1096A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1096A0; }

 p { color: rgb(16,150,160); }

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

<style>
 a { background-color: #1096A0; }

 a { background-color: rgb(16,150,160); }

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

<style>
 span { border-color: #1096A0; }

 span { border-color: rgb(16,150,160); }

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