Html Css Color HEX #1731AD Egyptian Blue

📋 copy color: '#1731AD'

red 23 ◦ green 49 ◦ blue 173

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

Shades of Egyptian Blue #1731AD

Tints of Egyptian Blue #1731AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.61%

R = 9.39%
G = 20%
B = 70.61%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1731AD (or 0x1731AD) is known color: Egyptian Blue. HEX triplet: 17, 31 and AD. RGB value is (23,49,173). Sum of RGB (Red+Green+Blue) = 23+49+173=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #1731AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1731AD is #E8CE52. Grayscale: #363636. Windows color (decimal): -15257171 or 11350295. OLE color: 11350295.

HSL color Cylindrical-coordinate representation of color #1731AD: hue angle of 229.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1731AD is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 49 173 -
CMYK 0.87 0.72 0 0.32
HSL 229.6º 0.77% 0.38% -
HSV(B) 229.6º 0.87% 0.68% -
XYZ 8.99 5.4 40.1 -
YUV 55.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 23 49 173 0.87 0.72 0 0.32 229.6 0.77 0.38
Hex 17 31 AD 57 48 0 20 E6 4D 26
Octal 27 61 255 127 110 0 40 346 115 46
Binary 10111 110001 10101101 1010111 1001000 0 100000 11100110 1001101 100110

Color Harmonies of #1731AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731AD

Black with #1731AD

Text Example


Text Example

White with #1731AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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