#1629a9

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

Shades of Egyptian Blue #1629A9

Tints of Egyptian Blue #1629A9

Color information

#1629A9 (or 0x1629A9) is unknown color: approx Egyptian Blue. HEX triplet: 16, 29 and A9. RGB value is (22,41,169). Sum of RGB (Red+Green+Blue) = 22+41+169=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 169 (66.41% from 255 or 72.84% from 232); Max value from RGB is 169 - color contains mainly: blue. Hex color #1629A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1629A9 is #E9D656. Grayscale: #313131. Windows color (decimal): -15324759 or 11086102. OLE color: 11086102.

HSL color Cylindrical-coordinate representation of color #1629A9: hue angle of 232.24º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1629A9 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2241169-
CMYK0.870.7600.34
HSL232.24º76.96%37.45%-
HSV(B)232.24º86.98%66.27%-
XYZ8.294.6237.99-
YUV49.91195.21108.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.48%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 169 (66.41% from 255) = 72.84%
R=9.48%
G=17.67%
B=72.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal22411690.870.7600.34232.2476.9637.45
Hex1629A9574C022e84d25
Octal265125112711404235011545
Binary1011010100110101001101011110011000100010111010001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1629a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1629a9; }

 p { color: rgb(22,41,169); }

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

<style>
 a { background-color: #1629a9; }

 a { background-color: rgb(22,41,169); }

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

<style>
 span { border-color: #1629a9; }

 span { border-color: rgb(22,41,169); }

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