#11449A

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

Shades of Egyptian Blue #11449A

Tints of Egyptian Blue #11449A

Color information

#11449A (or 0x11449A) is unknown color: approx Egyptian Blue. HEX triplet: 11, 44 and 9A. RGB value is (17,68,154). Sum of RGB (Red+Green+Blue) = 17+68+154=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #11449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11449A is #EEBB65. Grayscale: #3E3E3E. Windows color (decimal): -15645542 or 10109969. OLE color: 10109969.

HSL color Cylindrical-coordinate representation of color #11449A: hue angle of 217.66º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11449A is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1768154-
CMYK0.890.5600.40
HSL217.66º80.12%33.53%-
HSV(B)217.66º88.96%60.39%-
XYZ8.136.5931.41-
YUV62.55179.695.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 154 (60.55% from 255) = 64.44%
R=7.11%
G=28.45%
B=64.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17681540.890.5600.40217.6680.1233.53
Hex11449A5938028da5022
Octal211042321317005033212042
Binary1000110001001001101010110011110000101000110110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11449A; }

 p { color: rgb(17,68,154); }

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

<style>
 a { background-color: #11449A; }

 a { background-color: rgb(17,68,154); }

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

<style>
 span { border-color: #11449A; }

 span { border-color: rgb(17,68,154); }

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