#1337AE

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

Shades of Egyptian Blue #1337AE

Tints of Egyptian Blue #1337AE

Color information

#1337AE (or 0x1337AE) is unknown color: approx Egyptian Blue. HEX triplet: 13, 37 and AE. RGB value is (19,55,174). Sum of RGB (Red+Green+Blue) = 19+55+174=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #1337AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1337AE is #ECC851. Grayscale: #393939. Windows color (decimal): -15517778 or 11417363. OLE color: 11417363.

HSL color Cylindrical-coordinate representation of color #1337AE: hue angle of 226.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1337AE is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1955174-
CMYK0.890.6800.32
HSL226.06º80.31%37.84%-
HSV(B)226.06º89.08%68.24%-
XYZ9.275.9340.7-
YUV57.8193.57100.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 174 (68.36% from 255) = 70.16%
R=7.66%
G=22.18%
B=70.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19551740.890.6800.32226.0680.3137.84
Hex1337AE5944020e25026
Octal236725613110404034212046
Binary1001111011110101110101100110001000100000111000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1337AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1337AE; }

 p { color: rgb(19,55,174); }

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

<style>
 a { background-color: #1337AE; }

 a { background-color: rgb(19,55,174); }

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

<style>
 span { border-color: #1337AE; }

 span { border-color: rgb(19,55,174); }

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