#1434AB

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

Shades of Egyptian Blue #1434AB

Tints of Egyptian Blue #1434AB

Color information

#1434AB (or 0x1434AB) is unknown color: approx Egyptian Blue. HEX triplet: 14, 34 and AB. RGB value is (20,52,171). Sum of RGB (Red+Green+Blue) = 20+52+171=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #1434AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1434AB is #EBCB54. Grayscale: #373737. Windows color (decimal): -15453013 or 11219988. OLE color: 11219988.

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

Color convert

RGB2052171-
CMYK0.880.7000.33
HSL227.28º79.06%37.45%-
HSV(B)227.28º88.3%67.06%-
XYZ8.875.5439.13-
YUV56192.9102.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=8.23%
G=21.40%
B=70.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20521710.880.7000.33227.2879.0637.45
Hex1434AB5846021e34f25
Octal246425313010604134311745
Binary1010011010010101011101100010001100100001111000111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1434AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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