#1A2892

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

Shades of Egyptian Blue #1A2892

Tints of Egyptian Blue #1A2892

Color information

#1A2892 (or 0x1A2892) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 28 and 92. RGB value is (26,40,146). Sum of RGB (Red+Green+Blue) = 26+40+146=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A2892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2892 is #E5D76D. Grayscale: #2F2F2F. Windows color (decimal): -15062894 or 9578522. OLE color: 9578522.

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

Color convert

RGB2640146-
CMYK0.820.7300.43
HSL233º69.77%33.73%-
HSV(B)233º82.19%57.25%-
XYZ6.373.8127.59-
YUV47.9183.36112.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 146 (57.42% from 255) = 68.87%
R=12.26%
G=18.87%
B=68.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26401460.820.7300.4323369.7733.73
Hex1A2892524902Be94622
Octal325022212211105335110642
Binary1101010100010010010101001010010010101011111010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,146); }

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

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

 a { background-color: rgb(26,40,146); }

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

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

 span { border-color: rgb(26,40,146); }

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