#1740AC

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

Shades of Egyptian Blue #1740AC

Tints of Egyptian Blue #1740AC

Color information

#1740AC (or 0x1740AC) is unknown color: approx Egyptian Blue. HEX triplet: 17, 40 and AC. RGB value is (23,64,172). Sum of RGB (Red+Green+Blue) = 23+64+172=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1740AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1740AC is #E8BF53. Grayscale: #3F3F3F. Windows color (decimal): -15253332 or 11288599. OLE color: 11288599.

HSL color Cylindrical-coordinate representation of color #1740AC: hue angle of 223.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1740AC is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2364172-
CMYK0.870.6300.33
HSL223.49º76.41%38.24%-
HSV(B)223.49º86.63%67.45%-
XYZ9.636.8339.84-
YUV64.05188.9298.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.88%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 172 (67.58% from 255) = 66.41%
R=8.88%
G=24.71%
B=66.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23641720.870.6300.33223.4976.4138.24
Hex1740AC573F021df4c26
Octal271002541277704133711446
Binary1011110000001010110010101111111110100001110111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1740AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1740AC; }

 p { color: rgb(23,64,172); }

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

<style>
 a { background-color: #1740AC; }

 a { background-color: rgb(23,64,172); }

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

<style>
 span { border-color: #1740AC; }

 span { border-color: rgb(23,64,172); }

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