#163596

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

Shades of Egyptian Blue #163596

Tints of Egyptian Blue #163596

Color information

#163596 (or 0x163596) is unknown color: approx Egyptian Blue. HEX triplet: 16, 35 and 96. RGB value is (22,53,150). Sum of RGB (Red+Green+Blue) = 22+53+150=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #163596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163596 is #E9CA69. Grayscale: #363636. Windows color (decimal): -15321706 or 9843990. OLE color: 9843990.

HSL color Cylindrical-coordinate representation of color #163596: hue angle of 225.47º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163596 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2253150-
CMYK0.850.6500.41
HSL225.47º74.42%33.73%-
HSV(B)225.47º85.33%58.82%-
XYZ7.114.9229.43-
YUV54.79181.73104.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 150 (58.98% from 255) = 66.67%
R=9.78%
G=23.56%
B=66.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22531500.850.6500.41225.4774.4233.73
Hex1635965541029e14a22
Octal266522612510105134111242
Binary1011011010110010110101010110000010101001111000011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163596; }

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

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

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

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

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

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

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

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