#1123AE

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

Shades of Egyptian Blue #1123AE

Tints of Egyptian Blue #1123AE

Color information

#1123AE (or 0x1123AE) is unknown color: approx Egyptian Blue. HEX triplet: 11, 23 and AE. RGB value is (17,35,174). Sum of RGB (Red+Green+Blue) = 17+35+174=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #1123AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1123AE is #EEDC51. Grayscale: #2C2C2C. Windows color (decimal): -15653970 or 11412241. OLE color: 11412241.

HSL color Cylindrical-coordinate representation of color #1123AE: hue angle of 233.12º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1123AE is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1735174-
CMYK0.900.8000.32
HSL233.12º82.2%37.45%-
HSV(B)233.12º90.23%68.24%-
XYZ8.474.3840.44-
YUV45.46200.54107.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 174 (68.36% from 255) = 76.99%
R=7.52%
G=15.49%
B=76.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17351740.900.8000.32233.1282.237.45
Hex1123AE5A50020e95225
Octal214325613212004035112245
Binary1000110001110101110101101010100000100000111010011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1123AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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