#1A2F8D

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

Shades of Egyptian Blue #1A2F8D

Tints of Egyptian Blue #1A2F8D

Color information

#1A2F8D (or 0x1A2F8D) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2F and 8D. RGB value is (26,47,141). Sum of RGB (Red+Green+Blue) = 26+47+141=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A2F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2F8D is #E5D072. Grayscale: #333333. Windows color (decimal): -15061107 or 9252634. OLE color: 9252634.

HSL color Cylindrical-coordinate representation of color #1A2F8D: hue angle of 229.04º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A2F8D is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2647141-
CMYK0.820.6700.45
HSL229.04º68.86%32.75%-
HSV(B)229.04º81.56%55.29%-
XYZ6.254.1825.68-
YUV51.44178.54109.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 141 (55.47% from 255) = 65.89%
R=12.15%
G=21.96%
B=65.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26471410.820.6700.45229.0468.8632.75
Hex1A2F8D524302De54521
Octal325721512210305534510541
Binary1101010111110001101101001010000110101101111001011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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