#1123A4

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

Shades of Egyptian Blue #1123A4

Tints of Egyptian Blue #1123A4

Color information

#1123A4 (or 0x1123A4) is unknown color: approx Egyptian Blue. HEX triplet: 11, 23 and A4. RGB value is (17,35,164). Sum of RGB (Red+Green+Blue) = 17+35+164=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 164 (64.45% from 255 or 75.93% from 216); Max value from RGB is 164 - color contains mainly: blue. Hex color #1123A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1123A4 is #EEDC5B. Grayscale: #2B2B2B. Windows color (decimal): -15653980 or 10756881. OLE color: 10756881.

HSL color Cylindrical-coordinate representation of color #1123A4: hue angle of 232.65º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1123A4 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1735164-
CMYK0.900.7900.36
HSL232.65º81.22%35.49%-
HSV(B)232.65º89.63%64.31%-
XYZ7.53435.5-
YUV44.32195.54108.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 164 (64.45% from 255) = 75.93%
R=7.87%
G=16.20%
B=75.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17351640.900.7900.36232.6581.2235.49
Hex1123A45A4F024e95123
Octal214324413211704435112143
Binary1000110001110100100101101010011110100100111010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1123A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1123A4; }

 p { color: rgb(17,35,164); }

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

<style>
 a { background-color: #1123A4; }

 a { background-color: rgb(17,35,164); }

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

<style>
 span { border-color: #1123A4; }

 span { border-color: rgb(17,35,164); }

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