#1438AD

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

Shades of Egyptian Blue #1438AD

Tints of Egyptian Blue #1438AD

Color information

#1438AD (or 0x1438AD) is unknown color: approx Egyptian Blue. HEX triplet: 14, 38 and AD. RGB value is (20,56,173). Sum of RGB (Red+Green+Blue) = 20+56+173=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #1438AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1438AD is #EBC752. Grayscale: #3A3A3A. Windows color (decimal): -15451987 or 11352084. OLE color: 11352084.

HSL color Cylindrical-coordinate representation of color #1438AD: hue angle of 225.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1438AD is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2056173-
CMYK0.880.6800.32
HSL225.88º79.27%37.84%-
HSV(B)225.88º88.44%67.84%-
XYZ9.255.9940.2-
YUV58.57192.57100.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 173 (67.97% from 255) = 69.48%
R=8.03%
G=22.49%
B=69.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal20561730.880.6800.32225.8879.2737.84
Hex1438AD5844020e24f26
Octal247025513010404034211746
Binary1010011100010101101101100010001000100000111000101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1438AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1438AD; }

 p { color: rgb(20,56,173); }

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

<style>
 a { background-color: #1438AD; }

 a { background-color: rgb(20,56,173); }

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

<style>
 span { border-color: #1438AD; }

 span { border-color: rgb(20,56,173); }

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