#1429AA

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

Shades of Egyptian Blue #1429AA

Tints of Egyptian Blue #1429AA

Color information

#1429AA (or 0x1429AA) is unknown color: approx Egyptian Blue. HEX triplet: 14, 29 and AA. RGB value is (20,41,170). Sum of RGB (Red+Green+Blue) = 20+41+170=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #1429AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1429AA is #EBD655. Grayscale: #303030. Windows color (decimal): -15455830 or 11151636. OLE color: 11151636.

HSL color Cylindrical-coordinate representation of color #1429AA: hue angle of 231.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1429AA is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2041170-
CMYK0.880.7600.33
HSL231.6º78.95%37.25%-
HSV(B)231.6º88.24%66.67%-
XYZ8.344.6438.49-
YUV49.43196.04107.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 170 (66.80% from 255) = 73.59%
R=8.66%
G=17.75%
B=73.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20411700.880.7600.33231.678.9537.25
Hex1429AA584C021e84f25
Octal245125213011404135011745
Binary1010010100110101010101100010011000100001111010001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1429AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1429AA; }

 p { color: rgb(20,41,170); }

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

<style>
 a { background-color: #1429AA; }

 a { background-color: rgb(20,41,170); }

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

<style>
 span { border-color: #1429AA; }

 span { border-color: rgb(20,41,170); }

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