#11269E

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

Shades of Egyptian Blue #11269E

Tints of Egyptian Blue #11269E

Color information

#11269E (or 0x11269E) is unknown color: approx Egyptian Blue. HEX triplet: 11, 26 and 9E. RGB value is (17,38,158). Sum of RGB (Red+Green+Blue) = 17+38+158=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #11269E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11269E is #EED961. Grayscale: #2C2C2C. Windows color (decimal): -15653218 or 10364433. OLE color: 10364433.

HSL color Cylindrical-coordinate representation of color #11269E: hue angle of 231.06º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11269E is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1738158-
CMYK0.890.7600.38
HSL231.06º80.57%34.31%-
HSV(B)231.06º89.24%61.96%-
XYZ7.13.9732.74-
YUV45.4191.54107.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 158 (62.11% from 255) = 74.18%
R=7.98%
G=17.84%
B=74.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17381580.890.7600.38231.0680.5734.31
Hex11269E594C026e75122
Octal214623613111404634712142
Binary1000110011010011110101100110011000100110111001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11269E; }

 p { color: rgb(17,38,158); }

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

<style>
 a { background-color: #11269E; }

 a { background-color: rgb(17,38,158); }

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

<style>
 span { border-color: #11269E; }

 span { border-color: rgb(17,38,158); }

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