#172C96

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

Shades of Egyptian Blue #172C96

Tints of Egyptian Blue #172C96

Color information

#172C96 (or 0x172C96) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2C and 96. RGB value is (23,44,150). Sum of RGB (Red+Green+Blue) = 23+44+150=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #172C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C96 is #E8D369. Grayscale: #313131. Windows color (decimal): -15258474 or 9841687. OLE color: 9841687.

HSL color Cylindrical-coordinate representation of color #172C96: hue angle of 230.08º 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 #172C96 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2344150-
CMYK0.850.7100.41
HSL230.08º73.41%33.92%-
HSV(B)230.08º84.67%58.82%-
XYZ6.764.1929.31-
YUV49.8184.54108.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.60%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 150 (58.98% from 255) = 69.12%
R=10.60%
G=20.28%
B=69.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal23441500.850.7100.41230.0873.4133.92
Hex172C965547029e64922
Octal275422612510705134611142
Binary1011110110010010110101010110001110101001111001101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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