#1429AB

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

Shades of Egyptian Blue #1429AB

Tints of Egyptian Blue #1429AB

Color information

#1429AB (or 0x1429AB) is unknown color: approx Egyptian Blue. HEX triplet: 14, 29 and AB. RGB value is (20,41,171). Sum of RGB (Red+Green+Blue) = 20+41+171=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #1429AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1429AB is #EBD654. Grayscale: #313131. Windows color (decimal): -15455829 or 11217172. OLE color: 11217172.

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

Color convert

RGB2041171-
CMYK0.880.7600.33
HSL231.66º79.06%37.45%-
HSV(B)231.66º88.3%67.06%-
XYZ8.434.6738.99-
YUV49.54196.54106.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 171 (67.19% from 255) = 73.71%
R=8.62%
G=17.67%
B=73.71%

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
Decimal20411710.880.7600.33231.6679.0637.45
Hex1429AB584C021e84f25
Octal245125313011404135011745
Binary1010010100110101011101100010011000100001111010001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1429AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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