#14229e

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

Shades of Egyptian Blue #14229E

Tints of Egyptian Blue #14229E

Color information

#14229E (or 0x14229E) is unknown color: approx Egyptian Blue. HEX triplet: 14, 22 and 9E. RGB value is (20,34,158). Sum of RGB (Red+Green+Blue) = 20+34+158=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #14229E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14229E is #EBDD61. Grayscale: #2B2B2B. Windows color (decimal): -15457634 or 10363412. OLE color: 10363412.

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

Color convert

RGB2034158-
CMYK0.870.7800.38
HSL233.91º77.53%34.9%-
HSV(B)233.91º87.34%61.96%-
XYZ7.033.7632.7-
YUV43.95192.36110.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 158 (62.11% from 255) = 74.53%
R=9.43%
G=16.04%
B=74.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20341580.870.7800.38233.9177.5334.9
Hex14229E574E026ea4e23
Octal244223612711604635211643
Binary1010010001010011110101011110011100100110111010101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14229e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14229e; }

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

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

<style>
 a { background-color: #14229e; }

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

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

<style>
 span { border-color: #14229e; }

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

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