#1192A4

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

Shades of Eastern Blue #1192A4

Tints of Eastern Blue #1192A4

Color information

#1192A4 (or 0x1192A4) is unknown color: approx Eastern Blue. HEX triplet: 11, 92 and A4. RGB value is (17,146,164). Sum of RGB (Red+Green+Blue) = 17+146+164=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #1192A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192A4 is #EE6D5B. Grayscale: #6D6D6D. Windows color (decimal): -15625564 or 10785297. OLE color: 10785297.

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

Color convert

RGB17146164-
CMYK0.900.1100.36
HSL187.35º81.22%35.49%-
HSV(B)187.35º89.63%64.31%-
XYZ17.2123.3638.72-
YUV109.48158.7662.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.20%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 164 (64.45% from 255) = 50.15%
R=5.20%
G=44.65%
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.36
SystemRedGreenBlueCMYKHSL
Decimal171461640.900.1100.36187.3581.2235.49
Hex1192A45AB024bb5123
Octal212222441321304427312143
Binary100011001001010100100101101010110100100101110111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1192A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1192A4; }

 p { color: rgb(17,146,164); }

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

<style>
 a { background-color: #1192A4; }

 a { background-color: rgb(17,146,164); }

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

<style>
 span { border-color: #1192A4; }

 span { border-color: rgb(17,146,164); }

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