#1337AA

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

Shades of Egyptian Blue #1337AA

Tints of Egyptian Blue #1337AA

Color information

#1337AA (or 0x1337AA) is unknown color: approx Egyptian Blue. HEX triplet: 13, 37 and AA. RGB value is (19,55,170). Sum of RGB (Red+Green+Blue) = 19+55+170=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #1337AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1337AA is #ECC855. Grayscale: #383838. Windows color (decimal): -15517782 or 11155219. OLE color: 11155219.

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

Color convert

RGB1955170-
CMYK0.890.6800.33
HSL225.7º79.89%37.06%-
HSV(B)225.7º88.82%66.67%-
XYZ8.895.7738.68-
YUV57.35191.57100.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 170 (66.80% from 255) = 69.67%
R=7.79%
G=22.54%
B=69.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19551700.890.6800.33225.779.8937.06
Hex1337AA5944021e25025
Octal236725213110404134212045
Binary1001111011110101010101100110001000100001111000101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1337AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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