Html Css Color HEX #1731AC Egyptian Blue

📋 copy color: '#1731AC'

red 23 ◦ green 49 ◦ blue 172

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

Shades of Egyptian Blue #1731AC

Tints of Egyptian Blue #1731AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 70.49%

R = 9.43%
G = 20.08%
B = 70.49%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1731AC (or 0x1731AC) is known color: Egyptian Blue. HEX triplet: 17, 31 and AC. RGB value is (23,49,172). Sum of RGB (Red+Green+Blue) = 23+49+172=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #1731AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1731AC is #E8CE53. Grayscale: #363636. Windows color (decimal): -15257172 or 11284759. OLE color: 11284759.

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

Color convert

RGB 23 49 172 -
CMYK 0.87 0.72 0 0.33
HSL 229.53º 0.76% 0.38% -
HSV(B) 229.53º 0.87% 0.67% -
XYZ 8.9 5.36 39.59 -
YUV 55.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 23 49 172 0.87 0.72 0 0.33 229.53 0.76 0.38
Hex 17 31 AC 57 48 0 21 E6 4C 26
Octal 27 61 254 127 110 0 41 346 114 46
Binary 10111 110001 10101100 1010111 1001000 0 100001 11100110 1001100 100110

Color Harmonies of #1731AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731AC

Black with #1731AC

Text Example


Text Example

White with #1731AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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