#1193A5

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

Shades of Eastern Blue #1193A5

Tints of Eastern Blue #1193A5

Color information

#1193A5 (or 0x1193A5) is unknown color: approx Eastern Blue. HEX triplet: 11, 93 and A5. RGB value is (17,147,165). Sum of RGB (Red+Green+Blue) = 17+147+165=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 147 (57.81% from 255 or 44.68% 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 #1193A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1193A5 is #EE6C5A. Grayscale: #6D6D6D. Windows color (decimal): -15625307 or 10851089. OLE color: 10851089.

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

Color convert

RGB17147165-
CMYK0.900.1100.35
HSL187.3º81.32%35.69%-
HSV(B)187.3º89.7%64.71%-
XYZ17.4623.739.25-
YUV110.18158.9361.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.17%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=5.17%
G=44.68%
B=50.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal171471650.900.1100.35187.381.3235.69
Hex1193A55AB023bb5124
Octal212232451321304327312144
Binary100011001001110100101101101010110100011101110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1193A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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