#1A2B9E

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

Shades of Egyptian Blue #1A2B9E

Tints of Egyptian Blue #1A2B9E

Color information

#1A2B9E (or 0x1A2B9E) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2B and 9E. RGB value is (26,43,158). Sum of RGB (Red+Green+Blue) = 26+43+158=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A2B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2B9E is #E5D461. Grayscale: #323232. Windows color (decimal): -15062114 or 10365722. OLE color: 10365722.

HSL color Cylindrical-coordinate representation of color #1A2B9E: hue angle of 232.27º 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 #1A2B9E is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2643158-
CMYK0.840.7300.38
HSL232.27º71.74%36.08%-
HSV(B)232.27º83.54%61.96%-
XYZ7.464.4232.81-
YUV51.03188.37110.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=11.45%
G=18.94%
B=69.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26431580.840.7300.38232.2771.7436.08
Hex1A2B9E5449026e84824
Octal325323612411104635011044
Binary1101010101110011110101010010010010100110111010001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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