Html Css Color HEX #1731AA Egyptian Blue

📋 copy color: '#1731AA'

red 23 ◦ green 49 ◦ blue 170

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

Shades of Egyptian Blue #1731AA

Tints of Egyptian Blue #1731AA

RGB

 RED value IS 23 (9.38% from 255) = 9.5%

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 9.5%
G = 20.25%
B = 70.25%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1731AA (or 0x1731AA) is known color: Egyptian Blue. HEX triplet: 17, 31 and AA. RGB value is (23,49,170). Sum of RGB (Red+Green+Blue) = 23+49+170=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #1731AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1731AA is #E8CE55. Grayscale: #363636. Windows color (decimal): -15257174 or 11153687. OLE color: 11153687.

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

Color convert

RGB 23 49 170 -
CMYK 0.86 0.71 0 0.33
HSL 229.39º 0.76% 0.38% -
HSV(B) 229.39º 0.86% 0.67% -
XYZ 8.71 5.28 38.59 -
YUV 55.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 23 49 170 0.86 0.71 0 0.33 229.39 0.76 0.38
Hex 17 31 AA 56 47 0 21 E5 4C 26
Octal 27 61 252 126 107 0 41 345 114 46
Binary 10111 110001 10101010 1010110 1000111 0 100001 11100101 1001100 100110

Color Harmonies of #1731AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731AA

Black with #1731AA

Text Example


Text Example

White with #1731AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1731AA;
 }
 .AnyTagClassName
 {
   color: #1731AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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