#1A439A

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

Shades of Egyptian Blue #1A439A

Tints of Egyptian Blue #1A439A

Color information

#1A439A (or 0x1A439A) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 43 and 9A. RGB value is (26,67,154). Sum of RGB (Red+Green+Blue) = 26+67+154=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A439A is #E5BC65. Grayscale: #404040. Windows color (decimal): -15055974 or 10109722. OLE color: 10109722.

HSL color Cylindrical-coordinate representation of color #1A439A: hue angle of 220.78º 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 #1A439A is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2667154-
CMYK0.830.5600.40
HSL220.78º71.11%35.29%-
HSV(B)220.78º83.12%60.39%-
XYZ8.276.5731.4-
YUV64.66178.42100.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.53%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 154 (60.55% from 255) = 62.35%
R=10.53%
G=27.13%
B=62.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26671540.830.5600.40220.7871.1135.29
Hex1A439A5338028dd4723
Octal321032321237005033510743
Binary1101010000111001101010100111110000101000110111011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,67,154); }

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

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

 a { background-color: rgb(26,67,154); }

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

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

 span { border-color: rgb(26,67,154); }

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