#1A2A94

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

Shades of Egyptian Blue #1A2A94

Tints of Egyptian Blue #1A2A94

Color information

#1A2A94 (or 0x1A2A94) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2A and 94. RGB value is (26,42,148). Sum of RGB (Red+Green+Blue) = 26+42+148=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A2A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2A94 is #E5D56B. Grayscale: #303030. Windows color (decimal): -15062380 or 9710106. OLE color: 9710106.

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

Color convert

RGB2642148-
CMYK0.820.7200.42
HSL232.13º70.11%34.12%-
HSV(B)232.13º82.43%58.04%-
XYZ6.64.0128.44-
YUV49.3183.7111.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.04%
GREEN value IS 42 (16.80% from 255) = 19.44%
BLUE value IS 148 (58.20% from 255) = 68.52%
R=12.04%
G=19.44%
B=68.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26421480.820.7200.42232.1370.1134.12
Hex1A2A94524802Ae84622
Octal325222412211005235010642
Binary1101010101010010100101001010010000101010111010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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