#11239F

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

Shades of Egyptian Blue #11239F

Tints of Egyptian Blue #11239F

Color information

#11239F (or 0x11239F) is unknown color: approx Egyptian Blue. HEX triplet: 11, 23 and 9F. RGB value is (17,35,159). Sum of RGB (Red+Green+Blue) = 17+35+159=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #11239F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11239F is #EEDC60. Grayscale: #2B2B2B. Windows color (decimal): -15653985 or 10429201. OLE color: 10429201.

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

Color convert

RGB1735159-
CMYK0.890.7800.38
HSL232.39º80.68%34.51%-
HSV(B)232.39º89.31%62.35%-
XYZ7.093.8233.17-
YUV43.75193.04108.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 159 (62.5% from 255) = 75.36%
R=8.06%
G=16.59%
B=75.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17351590.890.7800.38232.3980.6834.51
Hex11239F594E026e85123
Octal214323713111604635012143
Binary1000110001110011111101100110011100100110111010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11239F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11239F; }

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

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

<style>
 a { background-color: #11239F; }

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

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

<style>
 span { border-color: #11239F; }

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

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