Html Css Color HEX #1748AA Egyptian Blue

📋 copy color: '#1748AA'

red 23 ◦ green 72 ◦ blue 170

#1748AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #1748AA

Tints of Egyptian Blue #1748AA

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.8% from 255) = 64.15%

R = 8.68%
G = 27.17%
B = 64.15%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1748AA (or 0x1748AA) is known color: 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

RGB 23 72 170 -
CMYK 0.86 0.58 0 0.33
HSL 220º 0.76% 0.38% -
HSV(B) 220º 0.86% 0.67% -
XYZ 9.93 7.72 39 -
YUV 68.52 185.27 95.53 -
System Red Green Blue C M Y K H S L
Decimal 23 72 170 0.86 0.58 0 0.33 220 0.76 0.38
Hex 17 48 AA 56 3A 0 21 DC 4C 26
Octal 27 110 252 126 72 0 41 334 114 46
Binary 10111 1001000 10101010 1010110 111010 0 100001 11011100 1001100 100110

Color Harmonies of #1748AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1748AA

Black with #1748AA

Text Example


Text Example

White with #1748AA

Text Example


Text Example

HTML Codes & Css Web 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>