#1429A7

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

Shades of Egyptian Blue #1429A7

Tints of Egyptian Blue #1429A7

Color information

#1429A7 (or 0x1429A7) is unknown color: approx Egyptian Blue. HEX triplet: 14, 29 and A7. RGB value is (20,41,167). Sum of RGB (Red+Green+Blue) = 20+41+167=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 167 (65.62% from 255 or 73.25% from 228); Max value from RGB is 167 - color contains mainly: blue. Hex color #1429A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1429A7 is #EBD658. Grayscale: #303030. Windows color (decimal): -15455833 or 10955028. OLE color: 10955028.

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

Color convert

RGB2041167-
CMYK0.880.7500.35
HSL231.43º78.61%36.67%-
HSV(B)231.43º88.02%65.49%-
XYZ8.064.5237.01-
YUV49.08194.54107.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 167 (65.62% from 255) = 73.25%
R=8.77%
G=17.98%
B=73.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20411670.880.7500.35231.4378.6136.67
Hex1429A7584B023e74f25
Octal245124713011304334711745
Binary1010010100110100111101100010010110100011111001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1429A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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