#1938AE

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

Shades of Egyptian Blue #1938AE

Tints of Egyptian Blue #1938AE

Color information

#1938AE (or 0x1938AE) is unknown color: approx Egyptian Blue. HEX triplet: 19, 38 and AE. RGB value is (25,56,174). Sum of RGB (Red+Green+Blue) = 25+56+174=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #1938AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1938AE is #E6C751. Grayscale: #3B3B3B. Windows color (decimal): -15124306 or 11417625. OLE color: 11417625.

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

Color convert

RGB2556174-
CMYK0.860.6800.32
HSL227.52º74.87%39.02%-
HSV(B)227.52º85.63%68.24%-
XYZ9.466.0940.72-
YUV60.18192.23102.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.80%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 174 (68.36% from 255) = 68.24%
R=9.80%
G=21.96%
B=68.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal25561740.860.6800.32227.5274.8739.02
Hex1938AE5644020e44b27
Octal317025612610404034411347
Binary1100111100010101110101011010001000100000111001001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1938AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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