#1A3793

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

Shades of Egyptian Blue #1A3793

Tints of Egyptian Blue #1A3793

Color information

#1A3793 (or 0x1A3793) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 37 and 93. RGB value is (26,55,147). Sum of RGB (Red+Green+Blue) = 26+55+147=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A3793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3793 is #E5C86C. Grayscale: #383838. Windows color (decimal): -15059053 or 9647898. OLE color: 9647898.

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

Color convert

RGB2655147-
CMYK0.820.6300.42
HSL225.62º69.94%33.92%-
HSV(B)225.62º82.31%57.65%-
XYZ7.065.0628.21-
YUV56.82178.89106.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.40%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 147 (57.81% from 255) = 64.47%
R=11.40%
G=24.12%
B=64.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26551470.820.6300.42225.6269.9433.92
Hex1A3793523F02Ae24622
Octal32672231227705234210642
Binary110101101111001001110100101111110101010111000101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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