#172a9d

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

Shades of Egyptian Blue #172A9D

Tints of Egyptian Blue #172A9D

Color information

#172A9D (or 0x172A9D) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2A and 9D. RGB value is (23,42,157). Sum of RGB (Red+Green+Blue) = 23+42+157=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #172A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172A9D is #E8D562. Grayscale: #303030. Windows color (decimal): -15258979 or 10299927. OLE color: 10299927.

HSL color Cylindrical-coordinate representation of color #172A9D: hue angle of 231.49º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172A9D is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2342157-
CMYK0.850.7300.38
HSL231.49º74.44%35.29%-
HSV(B)231.49º85.35%61.57%-
XYZ7.274.2732.34-
YUV49.43188.71109.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.36%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 157 (61.72% from 255) = 70.72%
R=10.36%
G=18.92%
B=70.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal23421570.850.7300.38231.4974.4435.29
Hex172A9D5549026e74a23
Octal275223512511104634711243
Binary1011110101010011101101010110010010100110111001111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172a9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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