#11439A

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

Shades of Egyptian Blue #11439A

Tints of Egyptian Blue #11439A

Color information

#11439A (or 0x11439A) is unknown color: approx Egyptian Blue. HEX triplet: 11, 43 and 9A. RGB value is (17,67,154). Sum of RGB (Red+Green+Blue) = 17+67+154=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #11439A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11439A is #EEBC65. Grayscale: #3D3D3D. Windows color (decimal): -15645798 or 10109713. OLE color: 10109713.

HSL color Cylindrical-coordinate representation of color #11439A: hue angle of 218.1º 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 #11439A is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1767154-
CMYK0.890.5600.40
HSL218.1º80.12%33.53%-
HSV(B)218.1º88.96%60.39%-
XYZ8.076.4731.39-
YUV61.97179.9495.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=7.14%
G=28.15%
B=64.71%

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
Decimal17671540.890.5600.40218.180.1233.53
Hex11439A5938028da5022
Octal211032321317005033212042
Binary1000110000111001101010110011110000101000110110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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