#1A42A4

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

Shades of Egyptian Blue #1A42A4

Tints of Egyptian Blue #1A42A4

Color information

#1A42A4 (or 0x1A42A4) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 42 and A4. RGB value is (26,66,164). Sum of RGB (Red+Green+Blue) = 26+66+164=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A42A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A42A4 is #E5BD5B. Grayscale: #404040. Windows color (decimal): -15056220 or 10764826. OLE color: 10764826.

HSL color Cylindrical-coordinate representation of color #1A42A4: hue angle of 222.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A42A4 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2666164-
CMYK0.840.6000.36
HSL222.61º72.63%37.25%-
HSV(B)222.61º84.15%64.31%-
XYZ9.086.835.96-
YUV65.21183.75100.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.16%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 164 (64.45% from 255) = 64.06%
R=10.16%
G=25.78%
B=64.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26661640.840.6000.36222.6172.6337.25
Hex1A42A4543C024df4925
Octal321022441247404433711145
Binary1101010000101010010010101001111000100100110111111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A42A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,66,164); }

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

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

 a { background-color: rgb(26,66,164); }

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

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

 span { border-color: rgb(26,66,164); }

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