#1439AE

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

Shades of Egyptian Blue #1439AE

Tints of Egyptian Blue #1439AE

Color information

#1439AE (or 0x1439AE) is unknown color: approx Egyptian Blue. HEX triplet: 14, 39 and AE. RGB value is (20,57,174). Sum of RGB (Red+Green+Blue) = 20+57+174=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #1439AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1439AE is #EBC651. Grayscale: #3A3A3A. Windows color (decimal): -15451730 or 11417876. OLE color: 11417876.

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

Color convert

RGB2057174-
CMYK0.890.6700.32
HSL225.58º79.38%38.04%-
HSV(B)225.58º88.51%68.24%-
XYZ9.396.1340.73-
YUV59.27192.7499.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.97%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=7.97%
G=22.71%
B=69.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal20571740.890.6700.32225.5879.3838.04
Hex1439AE5943020e24f26
Octal247125613110304034211746
Binary1010011100110101110101100110000110100000111000101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1439AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,57,174); }

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

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

 a { background-color: rgb(20,57,174); }

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

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

 span { border-color: rgb(20,57,174); }

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