#1A4699

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

Shades of Egyptian Blue #1A4699

Tints of Egyptian Blue #1A4699

Color information

#1A4699 (or 0x1A4699) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 46 and 99. RGB value is (26,70,153). Sum of RGB (Red+Green+Blue) = 26+70+153=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A4699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4699 is #E5B966. Grayscale: #414141. Windows color (decimal): -15055207 or 10044954. OLE color: 10044954.

HSL color Cylindrical-coordinate representation of color #1A4699: hue angle of 219.21º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A4699 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2670153-
CMYK0.830.5400.4
HSL219.21º70.95%35.1%-
HSV(B)219.21º83.01%60%-
XYZ8.376.931.03-
YUV66.31176.9299.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=10.44%
G=28.11%
B=61.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal26701530.830.5400.4219.2170.9535.1
Hex1A46995336028db4723
Octal321062311236605033310743
Binary1101010001101001100110100111101100101000110110111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,153); }

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

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

 a { background-color: rgb(26,70,153); }

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

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

 span { border-color: rgb(26,70,153); }

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