#1129AB

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

Shades of Egyptian Blue #1129AB

Tints of Egyptian Blue #1129AB

Color information

#1129AB (or 0x1129AB) is unknown color: approx Egyptian Blue. HEX triplet: 11, 29 and AB. RGB value is (17,41,171). Sum of RGB (Red+Green+Blue) = 17+41+171=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #1129AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1129AB is #EED654. Grayscale: #303030. Windows color (decimal): -15652437 or 11217169. OLE color: 11217169.

HSL color Cylindrical-coordinate representation of color #1129AB: hue angle of 230.65º 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 #1129AB is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1741171-
CMYK0.900.7600.33
HSL230.65º81.91%36.86%-
HSV(B)230.65º90.06%67.06%-
XYZ8.374.6538.98-
YUV48.64197.05105.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 171 (67.19% from 255) = 74.67%
R=7.42%
G=17.90%
B=74.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17411710.900.7600.33230.6581.9136.86
Hex1129AB5A4C021e75225
Octal215125313211404134712245
Binary1000110100110101011101101010011000100001111001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1129AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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