#1432A8

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

Shades of Egyptian Blue #1432A8

Tints of Egyptian Blue #1432A8

Color information

#1432A8 (or 0x1432A8) is unknown color: approx Egyptian Blue. HEX triplet: 14, 32 and A8. RGB value is (20,50,168). Sum of RGB (Red+Green+Blue) = 20+50+168=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 168 (66.02% from 255 or 70.59% from 238); Max value from RGB is 168 - color contains mainly: blue. Hex color #1432A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1432A8 is #EBCD57. Grayscale: #353535. Windows color (decimal): -15453528 or 11022868. OLE color: 11022868.

HSL color Cylindrical-coordinate representation of color #1432A8: hue angle of 227.84º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1432A8 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2050168-
CMYK0.880.7000.34
HSL227.84º78.72%36.86%-
HSV(B)227.84º88.1%65.88%-
XYZ8.55.2637.61-
YUV54.48192.06103.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 168 (66.02% from 255) = 70.59%
R=8.40%
G=21.01%
B=70.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal20501680.880.7000.34227.8478.7236.86
Hex1432A85846022e44f25
Octal246225013010604234411745
Binary1010011001010101000101100010001100100010111001001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1432A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1432A8; }

 p { color: rgb(20,50,168); }

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

<style>
 a { background-color: #1432A8; }

 a { background-color: rgb(20,50,168); }

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

<style>
 span { border-color: #1432A8; }

 span { border-color: rgb(20,50,168); }

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