#1A2693

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

Shades of Egyptian Blue #1A2693

Tints of Egyptian Blue #1A2693

Color information

#1A2693 (or 0x1A2693) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 26 and 93. RGB value is (26,38,147). Sum of RGB (Red+Green+Blue) = 26+38+147=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A2693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2693 is #E5D96C. Grayscale: #2E2E2E. Windows color (decimal): -15063405 or 9643546. OLE color: 9643546.

HSL color Cylindrical-coordinate representation of color #1A2693: hue angle of 234.05º 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 #1A2693 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2638147-
CMYK0.820.7400.42
HSL234.05º69.94%33.92%-
HSV(B)234.05º82.31%57.65%-
XYZ6.393.7127.98-
YUV46.84184.52113.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 147 (57.81% from 255) = 69.67%
R=12.32%
G=18.01%
B=69.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26381470.820.7400.42234.0569.9433.92
Hex1A2693524A02Aea4622
Octal324622312211205235210642
Binary1101010011010010011101001010010100101010111010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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