#1A2AAA

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

Shades of Egyptian Blue #1A2AAA

Tints of Egyptian Blue #1A2AAA

Color information

#1A2AAA (or 0x1A2AAA) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2A and AA. RGB value is (26,42,170). Sum of RGB (Red+Green+Blue) = 26+42+170=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A2AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2AAA is #E5D555. Grayscale: #333333. Windows color (decimal): -15062358 or 11151898. OLE color: 11151898.

HSL color Cylindrical-coordinate representation of color #1A2AAA: hue angle of 233.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A2AAA is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2642170-
CMYK0.850.7500.33
HSL233.33º73.47%38.43%-
HSV(B)233.33º84.71%66.67%-
XYZ8.514.7838.5-
YUV51.81194.7109.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 170 (66.80% from 255) = 71.43%
R=10.92%
G=17.65%
B=71.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26421700.850.7500.33233.3373.4738.43
Hex1A2AAA554B021e94926
Octal325225212511304135111146
Binary1101010101010101010101010110010110100001111010011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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