#1A2DA7

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

Shades of Egyptian Blue #1A2DA7

Tints of Egyptian Blue #1A2DA7

Color information

#1A2DA7 (or 0x1A2DA7) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2D and A7. RGB value is (26,45,167). Sum of RGB (Red+Green+Blue) = 26+45+167=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 167 (65.62% from 255 or 70.17% from 238); Max value from RGB is 167 - color contains mainly: blue. Hex color #1A2DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2DA7 is #E5D258. Grayscale: #343434. Windows color (decimal): -15061593 or 10956058. OLE color: 10956058.

HSL color Cylindrical-coordinate representation of color #1A2DA7: hue angle of 231.91º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A2DA7 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2645167-
CMYK0.840.7300.35
HSL231.91º73.06%37.84%-
HSV(B)231.91º84.43%65.49%-
XYZ8.344.8937.06-
YUV53.23192.21108.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 45 (17.97% from 255) = 18.91%
BLUE value IS 167 (65.62% from 255) = 70.17%
R=10.92%
G=18.91%
B=70.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26451670.840.7300.35231.9173.0637.84
Hex1A2DA75449023e84926
Octal325524712411104335011146
Binary1101010110110100111101010010010010100011111010001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,45,167); }

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

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

 a { background-color: rgb(26,45,167); }

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

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

 span { border-color: rgb(26,45,167); }

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