#172ea7

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

Shades of Egyptian Blue #172EA7

Tints of Egyptian Blue #172EA7

Color information

#172EA7 (or 0x172EA7) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2E and A7. RGB value is (23,46,167). Sum of RGB (Red+Green+Blue) = 23+46+167=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 167 (65.62% from 255 or 70.76% from 236); Max value from RGB is 167 - color contains mainly: blue. Hex color #172EA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172EA7 is #E8D158. Grayscale: #343434. Windows color (decimal): -15257945 or 10956311. OLE color: 10956311.

HSL color Cylindrical-coordinate representation of color #172EA7: hue angle of 230.42º 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 #172EA7 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2346167-
CMYK0.860.7200.35
HSL230.42º75.79%37.25%-
HSV(B)230.42º86.23%65.49%-
XYZ8.314.9337.07-
YUV52.92192.38106.66-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.75%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 167 (65.62% from 255) = 70.76%
R=9.75%
G=19.49%
B=70.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal23461670.860.7200.35230.4275.7937.25
Hex172EA75648023e64c25
Octal275624712611004334611445
Binary1011110111010100111101011010010000100011111001101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172ea7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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