#1338AE

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

Shades of Egyptian Blue #1338AE

Tints of Egyptian Blue #1338AE

Color information

#1338AE (or 0x1338AE) is unknown color: approx Egyptian Blue. HEX triplet: 13, 38 and AE. RGB value is (19,56,174). Sum of RGB (Red+Green+Blue) = 19+56+174=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #1338AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1338AE is #ECC751. Grayscale: #393939. Windows color (decimal): -15517522 or 11417619. OLE color: 11417619.

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

Color convert

RGB1956174-
CMYK0.890.6800.32
HSL225.68º80.31%37.84%-
HSV(B)225.68º89.08%68.24%-
XYZ9.326.0240.72-
YUV58.39193.2499.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.63%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 174 (68.36% from 255) = 69.88%
R=7.63%
G=22.49%
B=69.88%

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
Decimal19561740.890.6800.32225.6880.3137.84
Hex1338AE5944020e25026
Octal237025613110404034212046
Binary1001111100010101110101100110001000100000111000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1338AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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