#14229C

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

Shades of Egyptian Blue #14229C

Tints of Egyptian Blue #14229C

Color information

#14229C (or 0x14229C) is unknown color: approx Egyptian Blue. HEX triplet: 14, 22 and 9C. RGB value is (20,34,156). Sum of RGB (Red+Green+Blue) = 20+34+156=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #14229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14229C is #EBDD63. Grayscale: #2B2B2B. Windows color (decimal): -15457636 or 10232340. OLE color: 10232340.

HSL color Cylindrical-coordinate representation of color #14229C: hue angle of 233.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14229C is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2034156-
CMYK0.870.7800.39
HSL233.82º77.27%34.51%-
HSV(B)233.82º87.18%61.18%-
XYZ6.863.6931.8-
YUV43.72191.36111.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 156 (61.33% from 255) = 74.29%
R=9.52%
G=16.19%
B=74.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20341560.870.7800.39233.8277.2734.51
Hex14229C574E027ea4d23
Octal244223412711604735211543
Binary1010010001010011100101011110011100100111111010101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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