#16329D

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

Shades of Egyptian Blue #16329D

Tints of Egyptian Blue #16329D

Color information

#16329D (or 0x16329D) is unknown color: approx Egyptian Blue. HEX triplet: 16, 32 and 9D. RGB value is (22,50,157). Sum of RGB (Red+Green+Blue) = 22+50+157=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #16329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16329D is #E9CD62. Grayscale: #353535. Windows color (decimal): -15322467 or 10301974. OLE color: 10301974.

HSL color Cylindrical-coordinate representation of color #16329D: hue angle of 227.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16329D is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2250157-
CMYK0.860.6800.38
HSL227.56º75.42%35.1%-
HSV(B)227.56º85.99%61.57%-
XYZ7.564.8932.44-
YUV53.83186.22105.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 157 (61.72% from 255) = 68.56%
R=9.61%
G=21.83%
B=68.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22501570.860.6800.38227.5675.4235.1
Hex16329D5644026e44b23
Octal266223512610404634411343
Binary1011011001010011101101011010001000100110111001001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16329D; }

 p { color: rgb(22,50,157); }

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

<style>
 a { background-color: #16329D; }

 a { background-color: rgb(22,50,157); }

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

<style>
 span { border-color: #16329D; }

 span { border-color: rgb(22,50,157); }

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