#1731AC

Color #1731AC Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1731AC

Tints of Egyptian Blue #1731AC

Color information

#1731AC (or 0x1731AC) is unknown color: approx 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

RGB2349172-
CMYK0.870.7200.33
HSL229.53º76.41%38.24%-
HSV(B)229.53º86.63%67.45%-
XYZ8.95.3639.59-
YUV55.25193.89105-

RGB Variations

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

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 (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23491720.870.7200.33229.5376.4138.24
Hex1731AC5748021e64c26
Octal276125412711004134611446
Binary1011111000110101100101011110010000100001111001101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1731AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>