#172EA2

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

Shades of Egyptian Blue #172EA2

Tints of Egyptian Blue #172EA2

Color information

#172EA2 (or 0x172EA2) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2E and A2. RGB value is (23,46,162). Sum of RGB (Red+Green+Blue) = 23+46+162=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #172EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172EA2 is #E8D15D. Grayscale: #333333. Windows color (decimal): -15257950 or 10628631. OLE color: 10628631.

HSL color Cylindrical-coordinate representation of color #172EA2: hue angle of 230.07º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172EA2 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2346162-
CMYK0.860.7200.36
HSL230.07º75.14%36.27%-
HSV(B)230.07º85.8%63.53%-
XYZ7.854.7434.68-
YUV52.35189.88107.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.96%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 162 (63.67% from 255) = 70.13%
R=9.96%
G=19.91%
B=70.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal23461620.860.7200.36230.0775.1436.27
Hex172EA25648024e64b24
Octal275624212611004434611344
Binary1011110111010100010101011010010000100100111001101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172EA2; }

 p { color: rgb(23,46,162); }

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

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

 a { background-color: rgb(23,46,162); }

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

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

 span { border-color: rgb(23,46,162); }

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