#1A338C

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

Shades of Egyptian Blue #1A338C

Tints of Egyptian Blue #1A338C

Color information

#1A338C (or 0x1A338C) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 33 and 8C. RGB value is (26,51,140). Sum of RGB (Red+Green+Blue) = 26+51+140=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A338C is #E5CC73. Grayscale: #353535. Windows color (decimal): -15060084 or 9188122. OLE color: 9188122.

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

Color convert

RGB2651140-
CMYK0.810.6400.45
HSL226.84º68.67%32.55%-
HSV(B)226.84º81.43%54.9%-
XYZ6.344.4825.34-
YUV53.67176.72108.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 140 (55.08% from 255) = 64.52%
R=11.98%
G=23.50%
B=64.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26511400.810.6400.45226.8468.6732.55
Hex1A338C514002De34521
Octal326321412110005534310541
Binary1101011001110001100101000110000000101101111000111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,51,140); }

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

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

 a { background-color: rgb(26,51,140); }

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

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

 span { border-color: rgb(26,51,140); }

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