#13469E

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

Shades of Egyptian Blue #13469E

Tints of Egyptian Blue #13469E

Color information

#13469E (or 0x13469E) is unknown color: approx Egyptian Blue. HEX triplet: 13, 46 and 9E. RGB value is (19,70,158). Sum of RGB (Red+Green+Blue) = 19+70+158=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #13469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13469E is #ECB961. Grayscale: #404040. Windows color (decimal): -15513954 or 10372627. OLE color: 10372627.

HSL color Cylindrical-coordinate representation of color #13469E: hue angle of 217.99º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13469E is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1970158-
CMYK0.880.5600.38
HSL217.99º78.53%34.71%-
HSV(B)217.99º87.97%61.96%-
XYZ8.636.9933.24-
YUV64.78180.695.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=7.69%
G=28.34%
B=63.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19701580.880.5600.38217.9978.5334.71
Hex13469E5838026da4f23
Octal231062361307004633211743
Binary1001110001101001111010110001110000100110110110101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13469E; }

 p { color: rgb(19,70,158); }

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

<style>
 a { background-color: #13469E; }

 a { background-color: rgb(19,70,158); }

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

<style>
 span { border-color: #13469E; }

 span { border-color: rgb(19,70,158); }

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