#14429A

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

Shades of Egyptian Blue #14429A

Tints of Egyptian Blue #14429A

Color information

#14429A (or 0x14429A) is unknown color: approx Egyptian Blue. HEX triplet: 14, 42 and 9A. RGB value is (20,66,154). Sum of RGB (Red+Green+Blue) = 20+66+154=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #14429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14429A is #EBBD65. Grayscale: #3D3D3D. Windows color (decimal): -15449446 or 10109460. OLE color: 10109460.

HSL color Cylindrical-coordinate representation of color #14429A: hue angle of 219.4º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14429A is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2066154-
CMYK0.870.5700.40
HSL219.4º77.01%34.12%-
HSV(B)219.4º87.01%60.39%-
XYZ8.076.3831.38-
YUV62.28179.7697.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=8.33%
G=27.5%
B=64.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20661540.870.5700.40219.477.0134.12
Hex14429A5739028db4d22
Octal241022321277105033311542
Binary1010010000101001101010101111110010101000110110111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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