#1A2C94

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

Shades of Egyptian Blue #1A2C94

Tints of Egyptian Blue #1A2C94

Color information

#1A2C94 (or 0x1A2C94) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2C and 94. RGB value is (26,44,148). Sum of RGB (Red+Green+Blue) = 26+44+148=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A2C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2C94 is #E5D36B. Grayscale: #323232. Windows color (decimal): -15061868 or 9710618. OLE color: 9710618.

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

Color convert

RGB2644148-
CMYK0.820.7000.42
HSL231.15º70.11%34.12%-
HSV(B)231.15º82.43%58.04%-
XYZ6.674.1628.47-
YUV50.47183.04110.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 148 (58.20% from 255) = 67.89%
R=11.93%
G=20.18%
B=67.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26441480.820.7000.42231.1570.1134.12
Hex1A2C94524602Ae74622
Octal325422412210605234710642
Binary1101010110010010100101001010001100101010111001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,44,148); }

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

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

 a { background-color: rgb(26,44,148); }

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

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

 span { border-color: rgb(26,44,148); }

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