#16319D

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

Shades of Egyptian Blue #16319D

Tints of Egyptian Blue #16319D

Color information

#16319D (or 0x16319D) is unknown color: approx Egyptian Blue. HEX triplet: 16, 31 and 9D. RGB value is (22,49,157). Sum of RGB (Red+Green+Blue) = 22+49+157=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #16319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16319D is #E9CE62. Grayscale: #343434. Windows color (decimal): -15322723 or 10301718. OLE color: 10301718.

HSL color Cylindrical-coordinate representation of color #16319D: hue angle of 228º 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 #16319D is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2249157-
CMYK0.860.6900.38
HSL228º75.42%35.1%-
HSV(B)228º85.99%61.57%-
XYZ7.514.832.43-
YUV53.24186.55105.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 157 (61.72% from 255) = 68.86%
R=9.65%
G=21.49%
B=68.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22491570.860.6900.3822875.4235.1
Hex16319D5645026e44b23
Octal266123512610504634411343
Binary1011011000110011101101011010001010100110111001001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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