#1096A5

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

Shades of Eastern Blue #1096A5

Tints of Eastern Blue #1096A5

Color information

#1096A5 (or 0x1096A5) is unknown color: approx Eastern Blue. HEX triplet: 10, 96 and A5. RGB value is (16,150,165). Sum of RGB (Red+Green+Blue) = 16+150+165=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #1096A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1096A5 is #EF695A. Grayscale: #6F6F6F. Windows color (decimal): -15690075 or 10851856. OLE color: 10851856.

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

Color convert

RGB16150165-
CMYK0.900.0900.35
HSL186.04º82.32%35.49%-
HSV(B)186.04º90.3%64.71%-
XYZ17.9124.6439.41-
YUV111.64158.1159.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.83%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=4.83%
G=45.32%
B=49.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161501650.900.0900.35186.0482.3235.49
Hex1096A55A9023ba5223
Octal202262451321104327212243
Binary100001001011010100101101101010010100011101110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1096A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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