Html Css Color HEX #1731A5 Egyptian Blue

📋 copy color: '#1731A5'

red 23 ◦ green 49 ◦ blue 165

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

Shades of Egyptian Blue #1731A5

Tints of Egyptian Blue #1731A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 69.62%

R = 9.7%
G = 20.68%
B = 69.62%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1731A5 (or 0x1731A5) is known color: Egyptian Blue. HEX triplet: 17, 31 and A5. RGB value is (23,49,165). Sum of RGB (Red+Green+Blue) = 23+49+165=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 165 (64.84% from 255 or 69.62% from 237); Max value from RGB is 165 - color contains mainly: blue. Hex color #1731A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1731A5 is #E8CE5A. Grayscale: #353535. Windows color (decimal): -15257179 or 10826007. OLE color: 10826007.

HSL color Cylindrical-coordinate representation of color #1731A5: hue angle of 229.01º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1731A5 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 49 165 -
CMYK 0.86 0.70 0 0.35
HSL 229.01º 0.76% 0.37% -
HSV(B) 229.01º 0.86% 0.65% -
XYZ 8.24 5.1 36.15 -
YUV 54.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 23 49 165 0.86 0.70 0 0.35 229.01 0.76 0.37
Hex 17 31 A5 56 46 0 23 E5 4C 25
Octal 27 61 245 126 106 0 43 345 114 45
Binary 10111 110001 10100101 1010110 1000110 0 100011 11100101 1001100 100101

Color Harmonies of #1731A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731A5

Black with #1731A5

Text Example


Text Example

White with #1731A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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