#172FA8

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

Shades of Egyptian Blue #172FA8

Tints of Egyptian Blue #172FA8

Color information

#172FA8 (or 0x172FA8) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2F and A8. RGB value is (23,47,168). Sum of RGB (Red+Green+Blue) = 23+47+168=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 168 (66.02% from 255 or 70.59% from 238); Max value from RGB is 168 - color contains mainly: blue. Hex color #172FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172FA8 is #E8D057. Grayscale: #353535. Windows color (decimal): -15257688 or 11022103. OLE color: 11022103.

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

Color convert

RGB2347168-
CMYK0.860.7200.34
HSL230.07º75.92%37.45%-
HSV(B)230.07º86.31%65.88%-
XYZ8.445.0437.57-
YUV53.62192.55106.16-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.66%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 168 (66.02% from 255) = 70.59%
R=9.66%
G=19.75%
B=70.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal23471680.860.7200.34230.0775.9237.45
Hex172FA85648022e64c25
Octal275725012611004234611445
Binary1011110111110101000101011010010000100010111001101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,47,168); }

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

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

 a { background-color: rgb(23,47,168); }

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

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

 span { border-color: rgb(23,47,168); }

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