#14379E

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

Shades of Egyptian Blue #14379E

Tints of Egyptian Blue #14379E

Color information

#14379E (or 0x14379E) is unknown color: approx Egyptian Blue. HEX triplet: 14, 37 and 9E. RGB value is (20,55,158). Sum of RGB (Red+Green+Blue) = 20+55+158=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #14379E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14379E is #EBC861. Grayscale: #373737. Windows color (decimal): -15452258 or 10368788. OLE color: 10368788.

HSL color Cylindrical-coordinate representation of color #14379E: hue angle of 224.78º degrees, saturation: 0.78, 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 #14379E is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2055158-
CMYK0.870.6500.38
HSL224.78º77.53%34.9%-
HSV(B)224.78º87.34%61.96%-
XYZ7.835.3532.97-
YUV56.28185.4102.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=8.58%
G=23.61%
B=67.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20551580.870.6500.38224.7877.5334.9
Hex14379E5741026e14e23
Octal246723612710104634111643
Binary1010011011110011110101011110000010100110111000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14379E; }

 p { color: rgb(20,55,158); }

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

<style>
 a { background-color: #14379E; }

 a { background-color: rgb(20,55,158); }

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

<style>
 span { border-color: #14379E; }

 span { border-color: rgb(20,55,158); }

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