#1137a5

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

Shades of Egyptian Blue #1137A5

Tints of Egyptian Blue #1137A5

Color information

#1137A5 (or 0x1137A5) is unknown color: approx Egyptian Blue. HEX triplet: 11, 37 and A5. RGB value is (17,55,165). Sum of RGB (Red+Green+Blue) = 17+55+165=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 165 (64.84% from 255 or 69.62% from 237); Max value from RGB is 165 - color contains mainly: blue. Hex color #1137A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1137A5 is #EEC85A. Grayscale: #373737. Windows color (decimal): -15648859 or 10827537. OLE color: 10827537.

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

Color convert

RGB1755165-
CMYK0.900.6700.35
HSL224.59º81.32%35.69%-
HSV(B)224.59º89.7%64.71%-
XYZ8.395.5736.23-
YUV56.18189.41100.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 165 (64.84% from 255) = 69.62%
R=7.17%
G=23.21%
B=69.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17551650.900.6700.35224.5981.3235.69
Hex1137A55A43023e15124
Octal216724513210304334112144
Binary1000111011110100101101101010000110100011111000011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1137a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1137a5; }

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

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

<style>
 a { background-color: #1137a5; }

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

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

<style>
 span { border-color: #1137a5; }

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

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