#1732AE

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

Shades of Egyptian Blue #1732AE

Tints of Egyptian Blue #1732AE

Color information

#1732AE (or 0x1732AE) is unknown color: approx Egyptian Blue. HEX triplet: 17, 32 and AE. RGB value is (23,50,174). Sum of RGB (Red+Green+Blue) = 23+50+174=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1732AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1732AE is #E8CD51. Grayscale: #373737. Windows color (decimal): -15256914 or 11416087. OLE color: 11416087.

HSL color Cylindrical-coordinate representation of color #1732AE: hue angle of 229.27º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1732AE is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2350174-
CMYK0.870.7100.32
HSL229.27º76.65%38.63%-
HSV(B)229.27º86.78%68.24%-
XYZ9.135.5240.63-
YUV56.06194.55104.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.31%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=9.31%
G=20.24%
B=70.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal23501740.870.7100.32229.2776.6538.63
Hex1732AE5747020e54d27
Octal276225612710704034511547
Binary1011111001010101110101011110001110100000111001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1732AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1732AE; }

 p { color: rgb(23,50,174); }

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

<style>
 a { background-color: #1732AE; }

 a { background-color: rgb(23,50,174); }

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

<style>
 span { border-color: #1732AE; }

 span { border-color: rgb(23,50,174); }

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