#13449E

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

Shades of Egyptian Blue #13449E

Tints of Egyptian Blue #13449E

Color information

#13449E (or 0x13449E) is unknown color: approx Egyptian Blue. HEX triplet: 13, 44 and 9E. RGB value is (19,68,158). Sum of RGB (Red+Green+Blue) = 19+68+158=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #13449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13449E is #ECBB61. Grayscale: #3F3F3F. Windows color (decimal): -15514466 or 10372115. OLE color: 10372115.

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

Color convert

RGB1968158-
CMYK0.880.5700.38
HSL218.85º78.53%34.71%-
HSV(B)218.85º87.97%61.96%-
XYZ8.516.7433.2-
YUV63.61181.2796.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.76%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=7.76%
G=27.76%
B=64.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19681580.880.5700.38218.8578.5334.71
Hex13449E5839026db4f23
Octal231042361307104633311743
Binary1001110001001001111010110001110010100110110110111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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