#1742AA

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

Shades of Egyptian Blue #1742AA

Tints of Egyptian Blue #1742AA

Color information

#1742AA (or 0x1742AA) is unknown color: approx Egyptian Blue. HEX triplet: 17, 42 and AA. RGB value is (23,66,170). Sum of RGB (Red+Green+Blue) = 23+66+170=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #1742AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1742AA is #E8BD55. Grayscale: #404040. Windows color (decimal): -15252822 or 11158039. OLE color: 11158039.

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

Color convert

RGB2366170-
CMYK0.860.6100.33
HSL222.45º76.17%37.84%-
HSV(B)222.45º86.47%66.67%-
XYZ9.566.9838.87-
YUV65187.2598.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.88%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 170 (66.80% from 255) = 65.64%
R=8.88%
G=25.48%
B=65.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23661700.860.6100.33222.4576.1737.84
Hex1742AA563D021de4c26
Octal271022521267504133611446
Binary1011110000101010101010101101111010100001110111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1742AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1742AA; }

 p { color: rgb(23,66,170); }

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

<style>
 a { background-color: #1742AA; }

 a { background-color: rgb(23,66,170); }

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

<style>
 span { border-color: #1742AA; }

 span { border-color: rgb(23,66,170); }

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