#1132A1

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

Shades of Egyptian Blue #1132A1

Tints of Egyptian Blue #1132A1

Color information

#1132A1 (or 0x1132A1) is unknown color: approx Egyptian Blue. HEX triplet: 11, 32 and A1. RGB value is (17,50,161). Sum of RGB (Red+Green+Blue) = 17+50+161=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 161 (63.28% from 255 or 70.61% from 228); Max value from RGB is 161 - color contains mainly: blue. Hex color #1132A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1132A1 is #EECD5E. Grayscale: #343434. Windows color (decimal): -15650143 or 10564113. OLE color: 10564113.

HSL color Cylindrical-coordinate representation of color #1132A1: hue angle of 226.25º 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 #1132A1 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1750161-
CMYK0.890.6900.37
HSL226.25º80.9%34.9%-
HSV(B)226.25º89.44%63.14%-
XYZ7.84.9734.27-
YUV52.79189.07102.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 161 (63.28% from 255) = 70.61%
R=7.46%
G=21.93%
B=70.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17501610.890.6900.37226.2580.934.9
Hex1132A15945025e25123
Octal216224113110504534212143
Binary1000111001010100001101100110001010100101111000101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1132A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1132A1; }

 p { color: rgb(17,50,161); }

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

<style>
 a { background-color: #1132A1; }

 a { background-color: rgb(17,50,161); }

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

<style>
 span { border-color: #1132A1; }

 span { border-color: rgb(17,50,161); }

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