#14389D

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

Shades of Egyptian Blue #14389D

Tints of Egyptian Blue #14389D

Color information

#14389D (or 0x14389D) is unknown color: approx Egyptian Blue. HEX triplet: 14, 38 and 9D. RGB value is (20,56,157). Sum of RGB (Red+Green+Blue) = 20+56+157=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #14389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14389D is #EBC762. Grayscale: #383838. Windows color (decimal): -15452003 or 10303508. OLE color: 10303508.

HSL color Cylindrical-coordinate representation of color #14389D: hue angle of 224.23º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14389D is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2056157-
CMYK0.870.6400.38
HSL224.23º77.4%34.71%-
HSV(B)224.23º87.26%61.57%-
XYZ7.795.4132.53-
YUV56.75184.57101.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 157 (61.72% from 255) = 67.38%
R=8.58%
G=24.03%
B=67.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20561570.870.6400.38224.2377.434.71
Hex14389D5740026e04d23
Octal247023512710004634011543
Binary1010011100010011101101011110000000100110111000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14389D; }

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

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

<style>
 a { background-color: #14389D; }

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

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

<style>
 span { border-color: #14389D; }

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

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