#172A89

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

Shades of Egyptian Blue #172A89

Tints of Egyptian Blue #172A89

Color information

#172A89 (or 0x172A89) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2A and 89. RGB value is (23,42,137). Sum of RGB (Red+Green+Blue) = 23+42+137=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #172A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172A89 is #E8D576. Grayscale: #2E2E2E. Windows color (decimal): -15258999 or 8989207. OLE color: 8989207.

HSL color Cylindrical-coordinate representation of color #172A89: hue angle of 230º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #172A89 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2342137-
CMYK0.830.6900.46
HSL230º71.25%31.37%-
HSV(B)230º83.21%53.73%-
XYZ5.73.6424.07-
YUV47.15178.71110.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.39%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 137 (53.91% from 255) = 67.82%
R=11.39%
G=20.79%
B=67.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal23421370.830.6900.4623071.2531.37
Hex172A89534502Ee6471f
Octal275221112310505634610737
Binary101111010101000100110100111000101010111011100110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,42,137); }

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

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

 a { background-color: rgb(23,42,137); }

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

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

 span { border-color: rgb(23,42,137); }

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