#11279E

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

Shades of Egyptian Blue #11279E

Tints of Egyptian Blue #11279E

Color information

#11279E (or 0x11279E) is unknown color: approx Egyptian Blue. HEX triplet: 11, 27 and 9E. RGB value is (17,39,158). Sum of RGB (Red+Green+Blue) = 17+39+158=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 158 (62.11% from 255 or 73.83% from 214); Max value from RGB is 158 - color contains mainly: blue. Hex color #11279E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11279E is #EED861. Grayscale: #2D2D2D. Windows color (decimal): -15652962 or 10364689. OLE color: 10364689.

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

Color convert

RGB1739158-
CMYK0.890.7500.38
HSL230.64º80.57%34.31%-
HSV(B)230.64º89.24%61.96%-
XYZ7.134.0432.75-
YUV45.99191.21107.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 158 (62.11% from 255) = 73.83%
R=7.94%
G=18.22%
B=73.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17391580.890.7500.38230.6480.5734.31
Hex11279E594B026e75122
Octal214723613111304634712142
Binary1000110011110011110101100110010110100110111001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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