#173F96

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

Shades of Egyptian Blue #173F96

Tints of Egyptian Blue #173F96

Color information

#173F96 (or 0x173F96) is unknown color: approx Egyptian Blue. HEX triplet: 17, 3F and 96. RGB value is (23,63,150). Sum of RGB (Red+Green+Blue) = 23+63+150=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #173F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173F96 is #E8C069. Grayscale: #3C3C3C. Windows color (decimal): -15253610 or 9846551. OLE color: 9846551.

HSL color Cylindrical-coordinate representation of color #173F96: hue angle of 221.1º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #173F96 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2363150-
CMYK0.850.5800.41
HSL221.1º73.41%33.92%-
HSV(B)221.1º84.67%58.82%-
XYZ7.645.9429.6-
YUV60.96178.25100.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.75%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=9.75%
G=26.69%
B=63.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal23631500.850.5800.41221.173.4133.92
Hex173F96553A029dd4922
Octal27772261257205133511142
Binary101111111111001011010101011110100101001110111011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173F96; }

 p { color: rgb(23,63,150); }

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

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

 a { background-color: rgb(23,63,150); }

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

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

 span { border-color: rgb(23,63,150); }

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