#1630A9

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

Shades of Egyptian Blue #1630A9

Tints of Egyptian Blue #1630A9

Color information

#1630A9 (or 0x1630A9) is unknown color: approx Egyptian Blue. HEX triplet: 16, 30 and A9. RGB value is (22,48,169). Sum of RGB (Red+Green+Blue) = 22+48+169=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 169 (66.41% from 255 or 70.71% from 239); Max value from RGB is 169 - color contains mainly: blue. Hex color #1630A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1630A9 is #E9CF56. Grayscale: #353535. Windows color (decimal): -15322967 or 11087894. OLE color: 11087894.

HSL color Cylindrical-coordinate representation of color #1630A9: hue angle of 229.39º 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 #1630A9 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2248169-
CMYK0.870.7200.34
HSL229.39º76.96%37.45%-
HSV(B)229.39º86.98%66.27%-
XYZ8.555.1538.08-
YUV54.02192.89105.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 169 (66.41% from 255) = 70.71%
R=9.21%
G=20.08%
B=70.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal22481690.870.7200.34229.3976.9637.45
Hex1630A95748022e54d25
Octal266025112711004234511545
Binary1011011000010101001101011110010000100010111001011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1630A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1630A9; }

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

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

<style>
 a { background-color: #1630A9; }

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

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

<style>
 span { border-color: #1630A9; }

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

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