#1638ab

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

Shades of Egyptian Blue #1638AB

Tints of Egyptian Blue #1638AB

Color information

#1638AB (or 0x1638AB) is unknown color: approx Egyptian Blue. HEX triplet: 16, 38 and AB. RGB value is (22,56,171). Sum of RGB (Red+Green+Blue) = 22+56+171=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #1638AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1638AB is #E9C754. Grayscale: #3A3A3A. Windows color (decimal): -15320917 or 11221014. OLE color: 11221014.

HSL color Cylindrical-coordinate representation of color #1638AB: hue angle of 226.31º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1638AB is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2256171-
CMYK0.870.6700.33
HSL226.31º77.2%37.84%-
HSV(B)226.31º87.13%67.06%-
XYZ9.15.9439.2-
YUV58.94191.24101.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 171 (67.19% from 255) = 68.67%
R=8.84%
G=22.49%
B=68.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal22561710.870.6700.33226.3177.237.84
Hex1638AB5743021e24d26
Octal267025312710304134211546
Binary1011011100010101011101011110000110100001111000101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1638ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1638ab; }

 p { color: rgb(22,56,171); }

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

<style>
 a { background-color: #1638ab; }

 a { background-color: rgb(22,56,171); }

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

<style>
 span { border-color: #1638ab; }

 span { border-color: rgb(22,56,171); }

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