#16409E

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

Shades of Egyptian Blue #16409E

Tints of Egyptian Blue #16409E

Color information

#16409E (or 0x16409E) is unknown color: approx Egyptian Blue. HEX triplet: 16, 40 and 9E. RGB value is (22,64,158). Sum of RGB (Red+Green+Blue) = 22+64+158=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #16409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16409E is #E9BF61. Grayscale: #3D3D3D. Windows color (decimal): -15318882 or 10371094. OLE color: 10371094.

HSL color Cylindrical-coordinate representation of color #16409E: hue angle of 221.47º degrees, saturation: 0.76, 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 #16409E is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2264158-
CMYK0.860.5900.38
HSL221.47º75.56%35.29%-
HSV(B)221.47º86.08%61.96%-
XYZ8.346.3133.13-
YUV62.16182.0999.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 158 (62.11% from 255) = 64.75%
R=9.02%
G=26.23%
B=64.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22641580.860.5900.38221.4775.5635.29
Hex16409E563B026dd4c23
Octal261002361267304633511443
Binary1011010000001001111010101101110110100110110111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16409E; }

 p { color: rgb(22,64,158); }

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

<style>
 a { background-color: #16409E; }

 a { background-color: rgb(22,64,158); }

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

<style>
 span { border-color: #16409E; }

 span { border-color: rgb(22,64,158); }

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