#1635A0

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

Shades of Egyptian Blue #1635A0

Tints of Egyptian Blue #1635A0

Color information

#1635A0 (or 0x1635A0) is unknown color: approx Egyptian Blue. HEX triplet: 16, 35 and A0. RGB value is (22,53,160). Sum of RGB (Red+Green+Blue) = 22+53+160=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #1635A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1635A0 is #E9CA5F. Grayscale: #373737. Windows color (decimal): -15321696 or 10499350. OLE color: 10499350.

HSL color Cylindrical-coordinate representation of color #1635A0: hue angle of 226.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1635A0 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2253160-
CMYK0.860.6700.37
HSL226.52º75.82%35.69%-
HSV(B)226.52º86.25%62.75%-
XYZ7.955.2533.85-
YUV55.93186.73103.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.36%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 160 (62.89% from 255) = 68.09%
R=9.36%
G=22.55%
B=68.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22531600.860.6700.37226.5275.8235.69
Hex1635A05643025e34c24
Octal266524012610304534311444
Binary1011011010110100000101011010000110100101111000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1635A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1635A0; }

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

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

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

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

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

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

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

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