#1A2B93

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

Shades of Egyptian Blue #1A2B93

Tints of Egyptian Blue #1A2B93

Color information

#1A2B93 (or 0x1A2B93) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2B and 93. RGB value is (26,43,147). Sum of RGB (Red+Green+Blue) = 26+43+147=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A2B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2B93 is #E5D46C. Grayscale: #313131. Windows color (decimal): -15062125 or 9644826. OLE color: 9644826.

HSL color Cylindrical-coordinate representation of color #1A2B93: hue angle of 231.57º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A2B93 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2643147-
CMYK0.820.7100.42
HSL231.57º69.94%33.92%-
HSV(B)231.57º82.31%57.65%-
XYZ6.564.0528.04-
YUV49.77182.87111.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.04%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 147 (57.81% from 255) = 68.06%
R=12.04%
G=19.91%
B=68.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26431470.820.7100.42231.5769.9433.92
Hex1A2B93524702Ae84622
Octal325322312210705235010642
Binary1101010101110010011101001010001110101010111010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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