#1748aa

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

Shades of Egyptian Blue #1748AA

Tints of Egyptian Blue #1748AA

Color information

#1748AA (or 0x1748AA) is unknown color: approx Egyptian Blue. HEX triplet: 17, 48 and AA. RGB value is (23,72,170). Sum of RGB (Red+Green+Blue) = 23+72+170=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #1748AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1748AA is #E8B755. Grayscale: #444444. Windows color (decimal): -15251286 or 11159575. OLE color: 11159575.

HSL color Cylindrical-coordinate representation of color #1748AA: hue angle of 220º 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 #1748AA is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2372170-
CMYK0.860.5800.33
HSL220º76.17%37.84%-
HSV(B)220º86.47%66.67%-
XYZ9.937.7239-
YUV68.52185.2795.53-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.68%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 170 (66.80% from 255) = 64.15%
R=8.68%
G=27.17%
B=64.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23721700.860.5800.3322076.1737.84
Hex1748AA563A021dc4c26
Octal271102521267204133411446
Binary1011110010001010101010101101110100100001110111001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1748aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1748aa; }

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

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

<style>
 a { background-color: #1748aa; }

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

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

<style>
 span { border-color: #1748aa; }

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

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