#1A2A9D

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

Shades of Egyptian Blue #1A2A9D

Tints of Egyptian Blue #1A2A9D

Color information

#1A2A9D (or 0x1A2A9D) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2A and 9D. RGB value is (26,42,157). Sum of RGB (Red+Green+Blue) = 26+42+157=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A2A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2A9D is #E5D562. Grayscale: #313131. Windows color (decimal): -15062371 or 10299930. OLE color: 10299930.

HSL color Cylindrical-coordinate representation of color #1A2A9D: hue angle of 232.67º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A2A9D is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2642157-
CMYK0.830.7300.38
HSL232.67º71.58%35.88%-
HSV(B)232.67º83.44%61.57%-
XYZ7.344.3132.34-
YUV50.33188.2110.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 157 (61.72% from 255) = 69.78%
R=11.56%
G=18.67%
B=69.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26421570.830.7300.38232.6771.5835.88
Hex1A2A9D5349026e94824
Octal325223512311104635111044
Binary1101010101010011101101001110010010100110111010011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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