#1141A9

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

Shades of Egyptian Blue #1141A9

Tints of Egyptian Blue #1141A9

Color information

#1141A9 (or 0x1141A9) is unknown color: approx Egyptian Blue. HEX triplet: 11, 41 and A9. RGB value is (17,65,169). Sum of RGB (Red+Green+Blue) = 17+65+169=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #1141A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1141A9 is #EEBE56. Grayscale: #3E3E3E. Windows color (decimal): -15646295 or 11092241. OLE color: 11092241.

HSL color Cylindrical-coordinate representation of color #1141A9: hue angle of 221.05º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1141A9 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1765169-
CMYK0.900.6200.34
HSL221.05º81.72%36.47%-
HSV(B)221.05º89.94%66.27%-
XYZ9.286.7638.35-
YUV62.5188.195.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 169 (66.41% from 255) = 67.33%
R=6.77%
G=25.90%
B=67.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal17651690.900.6200.34221.0581.7236.47
Hex1141A95A3E022dd5224
Octal211012511327604233512244
Binary1000110000011010100110110101111100100010110111011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1141A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1141A9; }

 p { color: rgb(17,65,169); }

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

<style>
 a { background-color: #1141A9; }

 a { background-color: rgb(17,65,169); }

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

<style>
 span { border-color: #1141A9; }

 span { border-color: rgb(17,65,169); }

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