#1326B4

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

Shades of Egyptian Blue #1326B4

Tints of Egyptian Blue #1326B4

Color information

#1326B4 (or 0x1326B4) is unknown color: approx Egyptian Blue. HEX triplet: 13, 26 and B4. RGB value is (19,38,180). Sum of RGB (Red+Green+Blue) = 19+38+180=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 180 (70.70% from 255 or 75.95% from 237); Max value from RGB is 180 - color contains mainly: blue. Hex color #1326B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326B4 is #ECD94B. Grayscale: #2F2F2F. Windows color (decimal): -15522124 or 11806227. OLE color: 11806227.

HSL color Cylindrical-coordinate representation of color #1326B4: hue angle of 232.92º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1326B4 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1938180-
CMYK0.890.7900.29
HSL232.92º80.9%39.02%-
HSV(B)232.92º89.44%70.59%-
XYZ9.24.8243.63-
YUV48.51202.21106.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 180 (70.70% from 255) = 75.95%
R=8.02%
G=16.03%
B=75.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19381800.890.7900.29232.9280.939.02
Hex1326B4594F01De95127
Octal234626413111703535112147
Binary100111001101011010010110011001111011101111010011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1326B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1326B4; }

 p { color: rgb(19,38,180); }

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

<style>
 a { background-color: #1326B4; }

 a { background-color: rgb(19,38,180); }

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

<style>
 span { border-color: #1326B4; }

 span { border-color: rgb(19,38,180); }

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