#16358E

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

Shades of Egyptian Blue #16358E

Tints of Egyptian Blue #16358E

Color information

#16358E (or 0x16358E) is unknown color: approx Egyptian Blue. HEX triplet: 16, 35 and 8E. RGB value is (22,53,142). Sum of RGB (Red+Green+Blue) = 22+53+142=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #16358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16358E is #E9CA71. Grayscale: #353535. Windows color (decimal): -15321714 or 9319702. OLE color: 9319702.

HSL color Cylindrical-coordinate representation of color #16358E: hue angle of 224.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16358E is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2253142-
CMYK0.850.6300.44
HSL224.5º73.17%32.16%-
HSV(B)224.5º84.51%55.69%-
XYZ6.494.6726.15-
YUV53.88177.73105.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 142 (55.86% from 255) = 65.44%
R=10.14%
G=24.42%
B=65.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22531420.850.6300.44224.573.1732.16
Hex16358E553F02Ce04920
Octal26652161257705434011140
Binary101101101011000111010101011111110101100111000001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,53,142); }

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

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

 a { background-color: rgb(22,53,142); }

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

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

 span { border-color: rgb(22,53,142); }

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