#14239C

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

Shades of Egyptian Blue #14239C

Tints of Egyptian Blue #14239C

Color information

#14239C (or 0x14239C) is unknown color: approx Egyptian Blue. HEX triplet: 14, 23 and 9C. RGB value is (20,35,156). Sum of RGB (Red+Green+Blue) = 20+35+156=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #14239C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14239C is #EBDC63. Grayscale: #2B2B2B. Windows color (decimal): -15457380 or 10232596. OLE color: 10232596.

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

Color convert

RGB2035156-
CMYK0.870.7800.39
HSL233.38º77.27%34.51%-
HSV(B)233.38º87.18%61.18%-
XYZ6.893.7531.81-
YUV44.31191.03110.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 156 (61.33% from 255) = 73.93%
R=9.48%
G=16.59%
B=73.93%

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
Decimal20351560.870.7800.39233.3877.2734.51
Hex14239C574E027e94d23
Octal244323412711604735111543
Binary1010010001110011100101011110011100100111111010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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