#1A42A2

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

Shades of Egyptian Blue #1A42A2

Tints of Egyptian Blue #1A42A2

Color information

#1A42A2 (or 0x1A42A2) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 42 and A2. RGB value is (26,66,162). Sum of RGB (Red+Green+Blue) = 26+66+162=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 162 (63.67% from 255 or 63.78% from 254); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A42A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A42A2 is #E5BD5D. Grayscale: #404040. Windows color (decimal): -15056222 or 10633754. OLE color: 10633754.

HSL color Cylindrical-coordinate representation of color #1A42A2: hue angle of 222.35º degrees, saturation: 0.72, 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 #1A42A2 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2666162-
CMYK0.840.5900.36
HSL222.35º72.34%36.86%-
HSV(B)222.35º83.95%63.53%-
XYZ8.96.7235.01-
YUV64.98182.75100.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 162 (63.67% from 255) = 63.78%
R=10.24%
G=25.98%
B=63.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26661620.840.5900.36222.3572.3436.86
Hex1A42A2543B024de4825
Octal321022421247304433611045
Binary1101010000101010001010101001110110100100110111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A42A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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