#14429f

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

Shades of Egyptian Blue #14429F

Tints of Egyptian Blue #14429F

Color information

#14429F (or 0x14429F) is unknown color: approx Egyptian Blue. HEX triplet: 14, 42 and 9F. RGB value is (20,66,159). Sum of RGB (Red+Green+Blue) = 20+66+159=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #14429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14429F is #EBBD60. Grayscale: #3E3E3E. Windows color (decimal): -15449441 or 10437140. OLE color: 10437140.

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

Color convert

RGB2066159-
CMYK0.870.5800.38
HSL220.14º77.65%35.1%-
HSV(B)220.14º87.42%62.35%-
XYZ8.496.5533.62-
YUV62.85182.2697.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 159 (62.5% from 255) = 64.90%
R=8.16%
G=26.94%
B=64.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20661590.870.5800.38220.1477.6535.1
Hex14429F573A026dc4e23
Octal241022371277204633411643
Binary1010010000101001111110101111110100100110110111001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14429f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14429f; }

 p { color: rgb(20,66,159); }

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

<style>
 a { background-color: #14429f; }

 a { background-color: rgb(20,66,159); }

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

<style>
 span { border-color: #14429f; }

 span { border-color: rgb(20,66,159); }

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