#1420AB

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

Shades of Egyptian Blue #1420AB

Tints of Egyptian Blue #1420AB

Color information

#1420AB (or 0x1420AB) is unknown color: approx Egyptian Blue. HEX triplet: 14, 20 and AB. RGB value is (20,32,171). Sum of RGB (Red+Green+Blue) = 20+32+171=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #1420AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1420AB is #EBDF54. Grayscale: #2B2B2B. Windows color (decimal): -15458133 or 11214868. OLE color: 11214868.

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

Color convert

RGB2032171-
CMYK0.880.8100.33
HSL235.23º79.06%37.45%-
HSV(B)235.23º88.3%67.06%-
XYZ8.164.1238.89-
YUV44.26199.52110.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 171 (67.19% from 255) = 76.68%
R=8.97%
G=14.35%
B=76.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20321710.880.8100.33235.2379.0637.45
Hex1420AB5851021eb4f25
Octal244025313012104135311745
Binary1010010000010101011101100010100010100001111010111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1420AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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