#1628a5

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

Shades of Egyptian Blue #1628A5

Tints of Egyptian Blue #1628A5

Color information

#1628A5 (or 0x1628A5) is unknown color: approx Egyptian Blue. HEX triplet: 16, 28 and A5. RGB value is (22,40,165). Sum of RGB (Red+Green+Blue) = 22+40+165=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 165 (64.84% from 255 or 72.69% from 227); Max value from RGB is 165 - color contains mainly: blue. Hex color #1628A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1628A5 is #E9D75A. Grayscale: #303030. Windows color (decimal): -15325019 or 10823702. OLE color: 10823702.

HSL color Cylindrical-coordinate representation of color #1628A5: hue angle of 232.45º degrees, saturation: 0.76, 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 #1628A5 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2240165-
CMYK0.870.7600.35
HSL232.45º76.47%36.67%-
HSV(B)232.45º86.67%64.71%-
XYZ7.884.436.03-
YUV48.87193.54108.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 165 (64.84% from 255) = 72.69%
R=9.69%
G=17.62%
B=72.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22401650.870.7600.35232.4576.4736.67
Hex1628A5574C023e84c25
Octal265024512711404335011445
Binary1011010100010100101101011110011000100011111010001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1628a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1628a5; }

 p { color: rgb(22,40,165); }

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

<style>
 a { background-color: #1628a5; }

 a { background-color: rgb(22,40,165); }

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

<style>
 span { border-color: #1628a5; }

 span { border-color: rgb(22,40,165); }

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