#14369E

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

Shades of Egyptian Blue #14369E

Tints of Egyptian Blue #14369E

Color information

#14369E (or 0x14369E) is unknown color: approx Egyptian Blue. HEX triplet: 14, 36 and 9E. RGB value is (20,54,158). Sum of RGB (Red+Green+Blue) = 20+54+158=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #14369E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14369E is #EBC961. Grayscale: #373737. Windows color (decimal): -15452514 or 10368532. OLE color: 10368532.

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

Color convert

RGB2054158-
CMYK0.870.6600.38
HSL225.22º77.53%34.9%-
HSV(B)225.22º87.34%61.96%-
XYZ7.785.2632.95-
YUV55.69185.74102.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 158 (62.11% from 255) = 68.10%
R=8.62%
G=23.28%
B=68.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20541580.870.6600.38225.2277.5334.9
Hex14369E5742026e14e23
Octal246623612710204634111643
Binary1010011011010011110101011110000100100110111000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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