#1A388A

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

Shades of Egyptian Blue #1A388A

Tints of Egyptian Blue #1A388A

Color information

#1A388A (or 0x1A388A) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 38 and 8A. RGB value is (26,56,138). Sum of RGB (Red+Green+Blue) = 26+56+138=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A388A is #E5C775. Grayscale: #383838. Windows color (decimal): -15058806 or 9058330. OLE color: 9058330.

HSL color Cylindrical-coordinate representation of color #1A388A: hue angle of 223.93º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A388A is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2656138-
CMYK0.810.5900.46
HSL223.93º68.29%32.16%-
HSV(B)223.93º81.16%54.12%-
XYZ6.434.8824.65-
YUV56.38174.06106.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.82%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 138 (54.30% from 255) = 62.73%
R=11.82%
G=25.45%
B=62.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26561380.810.5900.46223.9368.2932.16
Hex1A388A513B02Ee04420
Octal32702121217305634010440
Binary110101110001000101010100011110110101110111000001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A388A; }

 p { color: rgb(26,56,138); }

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

<style>
 a { background-color: #1A388A; }

 a { background-color: rgb(26,56,138); }

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

<style>
 span { border-color: #1A388A; }

 span { border-color: rgb(26,56,138); }

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