#1621A7

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

Shades of Egyptian Blue #1621A7

Tints of Egyptian Blue #1621A7

Color information

#1621A7 (or 0x1621A7) is unknown color: approx Egyptian Blue. HEX triplet: 16, 21 and A7. RGB value is (22,33,167). Sum of RGB (Red+Green+Blue) = 22+33+167=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 167 (65.62% from 255 or 75.23% from 222); Max value from RGB is 167 - color contains mainly: blue. Hex color #1621A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1621A7 is #E9DE58. Grayscale: #2C2C2C. Windows color (decimal): -15326809 or 10952982. OLE color: 10952982.

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

Color convert

RGB2233167-
CMYK0.870.8000.35
HSL235.45º76.72%37.06%-
HSV(B)235.45º86.83%65.49%-
XYZ7.854.0536.93-
YUV44.99196.86111.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 167 (65.62% from 255) = 75.23%
R=9.91%
G=14.86%
B=75.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22331670.870.8000.35235.4576.7237.06
Hex1621A75750023eb4d25
Octal264124712712004335311545
Binary1011010000110100111101011110100000100011111010111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1621A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,33,167); }

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

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

 a { background-color: rgb(22,33,167); }

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

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

 span { border-color: rgb(22,33,167); }

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