#1438A3

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

Shades of Egyptian Blue #1438A3

Tints of Egyptian Blue #1438A3

Color information

#1438A3 (or 0x1438A3) is unknown color: approx Egyptian Blue. HEX triplet: 14, 38 and A3. RGB value is (20,56,163). Sum of RGB (Red+Green+Blue) = 20+56+163=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #1438A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1438A3 is #EBC75C. Grayscale: #383838. Windows color (decimal): -15451997 or 10696724. OLE color: 10696724.

HSL color Cylindrical-coordinate representation of color #1438A3: hue angle of 224.9º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1438A3 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2056163-
CMYK0.880.6600.36
HSL224.9º78.14%35.88%-
HSV(B)224.9º87.73%63.92%-
XYZ8.315.6235.3-
YUV57.43187.57101.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 163 (64.06% from 255) = 68.20%
R=8.37%
G=23.43%
B=68.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20561630.880.6600.36224.978.1435.88
Hex1438A35842024e14e24
Octal247024313010204434111644
Binary1010011100010100011101100010000100100100111000011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1438A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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