#1720A5

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

Shades of Egyptian Blue #1720A5

Tints of Egyptian Blue #1720A5

Color information

#1720A5 (or 0x1720A5) is unknown color: approx Egyptian Blue. HEX triplet: 17, 20 and A5. RGB value is (23,32,165). Sum of RGB (Red+Green+Blue) = 23+32+165=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 165 (64.84% from 255 or 75% from 220); Max value from RGB is 165 - color contains mainly: blue. Hex color #1720A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1720A5 is #E8DF5A. Grayscale: #2B2B2B. Windows color (decimal): -15261531 or 10821655. OLE color: 10821655.

HSL color Cylindrical-coordinate representation of color #1720A5: hue angle of 236.2º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1720A5 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2332165-
CMYK0.860.8100.35
HSL236.2º75.53%36.86%-
HSV(B)236.2º86.06%64.71%-
XYZ7.663.9335.95-
YUV44.47196.02112.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 165 (64.84% from 255) = 75%
R=10.45%
G=14.55%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal23321650.860.8100.35236.275.5336.86
Hex1720A55651023ec4c25
Octal274024512612104335411445
Binary1011110000010100101101011010100010100011111011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1720A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1720A5; }

 p { color: rgb(23,32,165); }

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

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

 a { background-color: rgb(23,32,165); }

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

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

 span { border-color: rgb(23,32,165); }

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