#1194A5

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

Shades of Eastern Blue #1194A5

Tints of Eastern Blue #1194A5

Color information

#1194A5 (or 0x1194A5) is unknown color: approx Eastern Blue. HEX triplet: 11, 94 and A5. RGB value is (17,148,165). Sum of RGB (Red+Green+Blue) = 17+148+165=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #1194A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1194A5 is #EE6B5A. Grayscale: #6E6E6E. Windows color (decimal): -15625051 or 10851345. OLE color: 10851345.

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

Color convert

RGB17148165-
CMYK0.900.1000.35
HSL186.89º81.32%35.69%-
HSV(B)186.89º89.7%64.71%-
XYZ17.6124.0239.3-
YUV110.77158.661.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.15%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 165 (64.84% from 255) = 50%
R=5.15%
G=44.85%
B=50%

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
Decimal171481650.900.1000.35186.8981.3235.69
Hex1194A55AA023bb5124
Octal212242451321204327312144
Binary100011001010010100101101101010100100011101110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1194A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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