#1422AB

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

Shades of Egyptian Blue #1422AB

Tints of Egyptian Blue #1422AB

Color information

#1422AB (or 0x1422AB) is unknown color: approx Egyptian Blue. HEX triplet: 14, 22 and AB. RGB value is (20,34,171). Sum of RGB (Red+Green+Blue) = 20+34+171=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #1422AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1422AB is #EBDD54. Grayscale: #2C2C2C. Windows color (decimal): -15457621 or 11215380. OLE color: 11215380.

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

Color convert

RGB2034171-
CMYK0.880.8000.33
HSL234.44º79.06%37.45%-
HSV(B)234.44º88.3%67.06%-
XYZ8.214.2338.91-
YUV45.43198.86109.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 171 (67.19% from 255) = 76%
R=8.89%
G=15.11%
B=76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20341710.880.8000.33234.4479.0637.45
Hex1422AB5850021ea4f25
Octal244225313012004135211745
Binary1010010001010101011101100010100000100001111010101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1422AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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