#1A2FA7

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

Shades of Egyptian Blue #1A2FA7

Tints of Egyptian Blue #1A2FA7

Color information

#1A2FA7 (or 0x1A2FA7) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2F and A7. RGB value is (26,47,167). Sum of RGB (Red+Green+Blue) = 26+47+167=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 167 (65.62% from 255 or 69.58% from 240); Max value from RGB is 167 - color contains mainly: blue. Hex color #1A2FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2FA7 is #E5D058. Grayscale: #353535. Windows color (decimal): -15061081 or 10956570. OLE color: 10956570.

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

Color convert

RGB2647167-
CMYK0.840.7200.35
HSL231.06º73.06%37.84%-
HSV(B)231.06º84.43%65.49%-
XYZ8.425.0437.09-
YUV54.4191.54107.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.83%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 167 (65.62% from 255) = 69.58%
R=10.83%
G=19.58%
B=69.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26471670.840.7200.35231.0673.0637.84
Hex1A2FA75448023e74926
Octal325724712411004334711146
Binary1101010111110100111101010010010000100011111001111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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