#13459E

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

Shades of Egyptian Blue #13459E

Tints of Egyptian Blue #13459E

Color information

#13459E (or 0x13459E) is unknown color: approx Egyptian Blue. HEX triplet: 13, 45 and 9E. RGB value is (19,69,158). Sum of RGB (Red+Green+Blue) = 19+69+158=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #13459E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13459E is #ECBA61. Grayscale: #3F3F3F. Windows color (decimal): -15514210 or 10372371. OLE color: 10372371.

HSL color Cylindrical-coordinate representation of color #13459E: hue angle of 218.42º 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 #13459E is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1969158-
CMYK0.880.5600.38
HSL218.42º78.53%34.71%-
HSV(B)218.42º87.97%61.96%-
XYZ8.576.8633.22-
YUV64.2180.9495.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=7.72%
G=28.05%
B=64.23%

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
Decimal19691580.880.5600.38218.4278.5334.71
Hex13459E5838026da4f23
Octal231052361307004633211743
Binary1001110001011001111010110001110000100110110110101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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