#1135AB

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

Shades of Egyptian Blue #1135AB

Tints of Egyptian Blue #1135AB

Color information

#1135AB (or 0x1135AB) is unknown color: approx Egyptian Blue. HEX triplet: 11, 35 and AB. RGB value is (17,53,171). Sum of RGB (Red+Green+Blue) = 17+53+171=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #1135AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1135AB is #EECA54. Grayscale: #373737. Windows color (decimal): -15649365 or 11220241. OLE color: 11220241.

HSL color Cylindrical-coordinate representation of color #1135AB: hue angle of 225.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1135AB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1753171-
CMYK0.900.6900.33
HSL225.97º81.91%36.86%-
HSV(B)225.97º90.06%67.06%-
XYZ8.855.6139.14-
YUV55.69193.07100.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=7.05%
G=21.99%
B=70.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17531710.900.6900.33225.9781.9136.86
Hex1135AB5A45021e25225
Octal216525313210504134212245
Binary1000111010110101011101101010001010100001111000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1135AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1135AB; }

 p { color: rgb(17,53,171); }

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

<style>
 a { background-color: #1135AB; }

 a { background-color: rgb(17,53,171); }

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

<style>
 span { border-color: #1135AB; }

 span { border-color: rgb(17,53,171); }

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