#1A2692

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

Shades of Egyptian Blue #1A2692

Tints of Egyptian Blue #1A2692

Color information

#1A2692 (or 0x1A2692) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 26 and 92. RGB value is (26,38,146). Sum of RGB (Red+Green+Blue) = 26+38+146=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A2692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2692 is #E5D96D. Grayscale: #2E2E2E. Windows color (decimal): -15063406 or 9578010. OLE color: 9578010.

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

Color convert

RGB2638146-
CMYK0.820.7400.43
HSL234º69.77%33.73%-
HSV(B)234º82.19%57.25%-
XYZ6.313.6827.57-
YUV46.72184.02113.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 146 (57.42% from 255) = 69.52%
R=12.38%
G=18.10%
B=69.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26381460.820.7400.4323469.7733.73
Hex1A2692524A02Bea4622
Octal324622212211205335210642
Binary1101010011010010010101001010010100101011111010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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