#172C95

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

Shades of Egyptian Blue #172C95

Tints of Egyptian Blue #172C95

Color information

#172C95 (or 0x172C95) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2C and 95. RGB value is (23,44,149). Sum of RGB (Red+Green+Blue) = 23+44+149=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #172C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C95 is #E8D36A. Grayscale: #313131. Windows color (decimal): -15258475 or 9776151. OLE color: 9776151.

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

Color convert

RGB2344149-
CMYK0.850.7000.42
HSL230º73.26%33.73%-
HSV(B)230º84.56%58.43%-
XYZ6.684.1528.88-
YUV49.69184.04108.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.65%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 149 (58.59% from 255) = 68.98%
R=10.65%
G=20.37%
B=68.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23441490.850.7000.4223073.2633.73
Hex172C95554602Ae64922
Octal275422512510605234611142
Binary1011110110010010101101010110001100101010111001101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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