#1A39AC

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

Shades of Egyptian Blue #1A39AC

Tints of Egyptian Blue #1A39AC

Color information

#1A39AC (or 0x1A39AC) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 39 and AC. RGB value is (26,57,172). Sum of RGB (Red+Green+Blue) = 26+57+172=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A39AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A39AC is #E5C653. Grayscale: #3C3C3C. Windows color (decimal): -15058516 or 11286810. OLE color: 11286810.

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

Color convert

RGB2657172-
CMYK0.850.6700.33
HSL227.26º73.74%38.82%-
HSV(B)227.26º84.88%67.45%-
XYZ9.346.1239.72-
YUV60.84190.73103.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 172 (67.58% from 255) = 67.45%
R=10.20%
G=22.35%
B=67.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26571720.850.6700.33227.2673.7438.82
Hex1A39AC5543021e34a27
Octal327125412510304134311247
Binary1101011100110101100101010110000110100001111000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,57,172); }

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

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

 a { background-color: rgb(26,57,172); }

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

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

 span { border-color: rgb(26,57,172); }

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