#1336AE

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

Shades of Egyptian Blue #1336AE

Tints of Egyptian Blue #1336AE

Color information

#1336AE (or 0x1336AE) is unknown color: approx Egyptian Blue. HEX triplet: 13, 36 and AE. RGB value is (19,54,174). Sum of RGB (Red+Green+Blue) = 19+54+174=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1336AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1336AE is #ECC951. Grayscale: #383838. Windows color (decimal): -15518034 or 11417107. OLE color: 11417107.

HSL color Cylindrical-coordinate representation of color #1336AE: hue angle of 226.45º 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 #1336AE is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1954174-
CMYK0.890.6900.32
HSL226.45º80.31%37.84%-
HSV(B)226.45º89.08%68.24%-
XYZ9.235.8340.68-
YUV57.22193.9100.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=7.69%
G=21.86%
B=70.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19541740.890.6900.32226.4580.3137.84
Hex1336AE5945020e25026
Octal236625613110504034212046
Binary1001111011010101110101100110001010100000111000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1336AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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