#1140B1

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

Shades of Egyptian Blue #1140B1

Tints of Egyptian Blue #1140B1

Color information

#1140B1 (or 0x1140B1) is unknown color: approx Egyptian Blue. HEX triplet: 11, 40 and B1. RGB value is (17,64,177). Sum of RGB (Red+Green+Blue) = 17+64+177=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #1140B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1140B1 is #EEBF4E. Grayscale: #3E3E3E. Windows color (decimal): -15646543 or 11616273. OLE color: 11616273.

HSL color Cylindrical-coordinate representation of color #1140B1: hue angle of 222.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1140B1 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1764177-
CMYK0.900.6400.31
HSL222.38º82.47%38.04%-
HSV(B)222.38º90.4%69.41%-
XYZ106.9642.41-
YUV62.83192.4395.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 177 (69.53% from 255) = 68.60%
R=6.59%
G=24.81%
B=68.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17641770.900.6400.31222.3882.4738.04
Hex1140B15A4001Fde5226
Octal2110026113210003733612246
Binary1000110000001011000110110101000000011111110111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1140B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1140B1; }

 p { color: rgb(17,64,177); }

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

<style>
 a { background-color: #1140B1; }

 a { background-color: rgb(17,64,177); }

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

<style>
 span { border-color: #1140B1; }

 span { border-color: rgb(17,64,177); }

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