#1A3287

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

Shades of Egyptian Blue #1A3287

Tints of Egyptian Blue #1A3287

Color information

#1A3287 (or 0x1A3287) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 32 and 87. RGB value is (26,50,135). Sum of RGB (Red+Green+Blue) = 26+50+135=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A3287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3287 is #E5CD78. Grayscale: #343434. Windows color (decimal): -15060345 or 8860186. OLE color: 8860186.

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

Color convert

RGB2650135-
CMYK0.810.6300.47
HSL226.79º67.7%31.57%-
HSV(B)226.79º80.74%52.94%-
XYZ5.944.2523.43-
YUV52.51174.55109.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 135 (53.12% from 255) = 63.98%
R=12.32%
G=23.70%
B=63.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26501350.810.6300.47226.7967.731.57
Hex1A3287513F02Fe34420
Octal32622071217705734310440
Binary110101100101000011110100011111110101111111000111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,50,135); }

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

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

 a { background-color: rgb(26,50,135); }

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

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

 span { border-color: rgb(26,50,135); }

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