#14328F

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

Shades of Egyptian Blue #14328F

Tints of Egyptian Blue #14328F

Color information

#14328F (or 0x14328F) is unknown color: approx Egyptian Blue. HEX triplet: 14, 32 and 8F. RGB value is (20,50,143). Sum of RGB (Red+Green+Blue) = 20+50+143=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #14328F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14328F is #EBCD70. Grayscale: #333333. Windows color (decimal): -15453553 or 9384468. OLE color: 9384468.

HSL color Cylindrical-coordinate representation of color #14328F: hue angle of 225.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14328F is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2050143-
CMYK0.860.6500.44
HSL225.37º75.46%31.96%-
HSV(B)225.37º86.01%56.08%-
XYZ6.394.4126.5-
YUV51.63179.56105.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 143 (56.25% from 255) = 67.14%
R=9.39%
G=23.47%
B=67.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20501430.860.6500.44225.3775.4631.96
Hex14328F564102Ce14b20
Octal246221712610105434111340
Binary1010011001010001111101011010000010101100111000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14328F; }

 p { color: rgb(20,50,143); }

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

<style>
 a { background-color: #14328F; }

 a { background-color: rgb(20,50,143); }

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

<style>
 span { border-color: #14328F; }

 span { border-color: rgb(20,50,143); }

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