#1094A5

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

Shades of Eastern Blue #1094A5

Tints of Eastern Blue #1094A5

Color information

#1094A5 (or 0x1094A5) is unknown color: approx Eastern Blue. HEX triplet: 10, 94 and A5. RGB value is (16,148,165). Sum of RGB (Red+Green+Blue) = 16+148+165=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #1094A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1094A5 is #EF6B5A. Grayscale: #6E6E6E. Windows color (decimal): -15690587 or 10851344. OLE color: 10851344.

HSL color Cylindrical-coordinate representation of color #1094A5: hue angle of 186.85º 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 #1094A5 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16148165-
CMYK0.900.1000.35
HSL186.85º82.32%35.49%-
HSV(B)186.85º90.3%64.71%-
XYZ17.624.0139.3-
YUV110.47158.7760.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.86%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=4.86%
G=44.98%
B=50.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161481650.900.1000.35186.8582.3235.49
Hex1094A55AA023bb5223
Octal202242451321204327312243
Binary100001001010010100101101101010100100011101110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1094A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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