#172D9B

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

Shades of Egyptian Blue #172D9B

Tints of Egyptian Blue #172D9B

Color information

#172D9B (or 0x172D9B) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2D and 9B. RGB value is (23,45,155). Sum of RGB (Red+Green+Blue) = 23+45+155=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #172D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172D9B is #E8D264. Grayscale: #323232. Windows color (decimal): -15258213 or 10169623. OLE color: 10169623.

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

Color convert

RGB2345155-
CMYK0.850.7100.39
HSL230º74.16%34.9%-
HSV(B)230º85.16%60.78%-
XYZ7.214.4331.48-
YUV50.96186.71108.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.31%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 155 (60.94% from 255) = 69.51%
R=10.31%
G=20.18%
B=69.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal23451550.850.7100.3923074.1634.9
Hex172D9B5547027e64a23
Octal275523312510704734611243
Binary1011110110110011011101010110001110100111111001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,45,155); }

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

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

 a { background-color: rgb(23,45,155); }

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

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

 span { border-color: rgb(23,45,155); }

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