#11419B

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

Shades of Egyptian Blue #11419B

Tints of Egyptian Blue #11419B

Color information

#11419B (or 0x11419B) is unknown color: approx Egyptian Blue. HEX triplet: 11, 41 and 9B. RGB value is (17,65,155). Sum of RGB (Red+Green+Blue) = 17+65+155=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #11419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11419B is #EEBE64. Grayscale: #3C3C3C. Windows color (decimal): -15646309 or 10174737. OLE color: 10174737.

HSL color Cylindrical-coordinate representation of color #11419B: hue angle of 219.13º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11419B is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1765155-
CMYK0.890.5800.39
HSL219.13º80.23%33.73%-
HSV(B)219.13º89.03%60.78%-
XYZ8.046.2731.8-
YUV60.91181.196.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 155 (60.94% from 255) = 65.40%
R=7.17%
G=27.43%
B=65.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17651550.890.5800.39219.1380.2333.73
Hex11419B593A027db5022
Octal211012331317204733312042
Binary1000110000011001101110110011110100100111110110111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11419B; }

 p { color: rgb(17,65,155); }

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

<style>
 a { background-color: #11419B; }

 a { background-color: rgb(17,65,155); }

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

<style>
 span { border-color: #11419B; }

 span { border-color: rgb(17,65,155); }

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