#1139a0

Color #1139A0 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1139A0

Tints of Egyptian Blue #1139A0

Color information

#1139A0 (or 0x1139A0) is unknown color: approx Egyptian Blue. HEX triplet: 11, 39 and A0. RGB value is (17,57,160). Sum of RGB (Red+Green+Blue) = 17+57+160=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #1139A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1139A0 is #EEC65F. Grayscale: #383838. Windows color (decimal): -15648352 or 10500369. OLE color: 10500369.

HSL color Cylindrical-coordinate representation of color #1139A0: hue angle of 223.22º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1139A0 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1757160-
CMYK0.890.6400.37
HSL223.22º80.79%34.71%-
HSV(B)223.22º89.38%62.75%-
XYZ8.045.5833.91-
YUV56.78186.2599.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 160 (62.89% from 255) = 68.38%
R=7.26%
G=24.36%
B=68.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17571600.890.6400.37223.2280.7934.71
Hex1139A05940025df5123
Octal217124013110004533712143
Binary1000111100110100000101100110000000100101110111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1139a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1139a0; }

 p { color: rgb(17,57,160); }

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

<style>
 a { background-color: #1139a0; }

 a { background-color: rgb(17,57,160); }

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

<style>
 span { border-color: #1139a0; }

 span { border-color: rgb(17,57,160); }

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