#11429E

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

Shades of Egyptian Blue #11429E

Tints of Egyptian Blue #11429E

Color information

#11429E (or 0x11429E) is unknown color: approx Egyptian Blue. HEX triplet: 11, 42 and 9E. RGB value is (17,66,158). Sum of RGB (Red+Green+Blue) = 17+66+158=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #11429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11429E is #EEBD61. Grayscale: #3D3D3D. Windows color (decimal): -15646050 or 10371601. OLE color: 10371601.

HSL color Cylindrical-coordinate representation of color #11429E: hue angle of 219.15º 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 #11429E is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1766158-
CMYK0.890.5800.38
HSL219.15º80.57%34.31%-
HSV(B)219.15º89.24%61.96%-
XYZ8.356.4833.16-
YUV61.84182.2796.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 158 (62.11% from 255) = 65.56%
R=7.05%
G=27.39%
B=65.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17661580.890.5800.38219.1580.5734.31
Hex11429E593A026db5122
Octal211022361317204633312142
Binary1000110000101001111010110011110100100110110110111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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