#1A439E

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

Shades of Egyptian Blue #1A439E

Tints of Egyptian Blue #1A439E

Color information

#1A439E (or 0x1A439E) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 43 and 9E. RGB value is (26,67,158). Sum of RGB (Red+Green+Blue) = 26+67+158=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A439E is #E5BC61. Grayscale: #404040. Windows color (decimal): -15055970 or 10371866. OLE color: 10371866.

HSL color Cylindrical-coordinate representation of color #1A439E: hue angle of 221.36º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A439E is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2667158-
CMYK0.840.5800.38
HSL221.36º71.74%36.08%-
HSV(B)221.36º83.54%61.96%-
XYZ8.66.733.19-
YUV65.12180.42100.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.36%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=10.36%
G=26.69%
B=62.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26671580.840.5800.38221.3671.7436.08
Hex1A439E543A026dd4824
Octal321032361247204633511044
Binary1101010000111001111010101001110100100110110111011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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