#171EA1

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

Shades of Egyptian Blue #171EA1

Tints of Egyptian Blue #171EA1

Color information

#171EA1 (or 0x171EA1) is unknown color: approx Egyptian Blue. HEX triplet: 17, 1E and A1. RGB value is (23,30,161). Sum of RGB (Red+Green+Blue) = 23+30+161=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 161 (63.28% from 255 or 75.23% from 214); Max value from RGB is 161 - color contains mainly: blue. Hex color #171EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171EA1 is #E8E15E. Grayscale: #2A2A2A. Windows color (decimal): -15262047 or 10558999. OLE color: 10558999.

HSL color Cylindrical-coordinate representation of color #171EA1: hue angle of 236.96º degrees, saturation: 0.75, 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 #171EA1 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2330161-
CMYK0.860.8100.37
HSL236.96º75%36.08%-
HSV(B)236.96º85.71%63.14%-
XYZ7.253.6834.05-
YUV42.84194.68113.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.75%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 161 (63.28% from 255) = 75.23%
R=10.75%
G=14.02%
B=75.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal23301610.860.8100.37236.967536.08
Hex171EA15651025ed4b24
Octal273624112612104535511344
Binary101111111010100001101011010100010100101111011011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171EA1; }

 p { color: rgb(23,30,161); }

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

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

 a { background-color: rgb(23,30,161); }

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

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

 span { border-color: rgb(23,30,161); }

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