#1121A5

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

Shades of Egyptian Blue #1121A5

Tints of Egyptian Blue #1121A5

Color information

#1121A5 (or 0x1121A5) is unknown color: approx Egyptian Blue. HEX triplet: 11, 21 and A5. RGB value is (17,33,165). Sum of RGB (Red+Green+Blue) = 17+33+165=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 165 (64.84% from 255 or 76.74% from 215); Max value from RGB is 165 - color contains mainly: blue. Hex color #1121A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1121A5 is #EEDE5A. Grayscale: #2A2A2A. Windows color (decimal): -15654491 or 10821905. OLE color: 10821905.

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

Color convert

RGB1733165-
CMYK0.900.800.35
HSL233.51º81.32%35.69%-
HSV(B)233.51º89.7%64.71%-
XYZ7.573.9235.96-
YUV43.26196.7109.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 165 (64.84% from 255) = 76.74%
R=7.91%
G=15.35%
B=76.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17331650.900.800.35233.5181.3235.69
Hex1121A55A50023ea5124
Octal214124513212004335212144
Binary1000110000110100101101101010100000100011111010101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1121A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1121A5; }

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

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

<style>
 a { background-color: #1121A5; }

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

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

<style>
 span { border-color: #1121A5; }

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

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