#172989

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

Shades of Egyptian Blue #172989

Tints of Egyptian Blue #172989

Color information

#172989 (or 0x172989) is unknown color: approx Egyptian Blue. HEX triplet: 17, 29 and 89. RGB value is (23,41,137). Sum of RGB (Red+Green+Blue) = 23+41+137=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #172989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172989 is #E8D676. Grayscale: #2E2E2E. Windows color (decimal): -15259255 or 8988951. OLE color: 8988951.

HSL color Cylindrical-coordinate representation of color #172989: hue angle of 230.53º 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 #172989 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2341137-
CMYK0.830.7000.46
HSL230.53º71.25%31.37%-
HSV(B)230.53º83.21%53.73%-
XYZ5.663.5724.06-
YUV46.56179.04111.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.44%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 137 (53.91% from 255) = 68.16%
R=11.44%
G=20.40%
B=68.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal23411370.830.7000.46230.5371.2531.37
Hex172989534602Ee7471f
Octal275121112310605634710737
Binary101111010011000100110100111000110010111011100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172989; }

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

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

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

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

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

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

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

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