Html Css Color HEX #1732AE Egyptian Blue

📋 copy color: '#1732AE'

red 23 ◦ green 50 ◦ blue 174

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

Shades of Egyptian Blue #1732AE

Tints of Egyptian Blue #1732AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 174 (68.36% from 255) = 70.45%

R = 9.31%
G = 20.24%
B = 70.45%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1732AE (or 0x1732AE) is known color: Egyptian Blue. HEX triplet: 17, 32 and AE. RGB value is (23,50,174). Sum of RGB (Red+Green+Blue) = 23+50+174=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1732AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1732AE is #E8CD51. Grayscale: #373737. Windows color (decimal): -15256914 or 11416087. OLE color: 11416087.

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

Color convert

RGB 23 50 174 -
CMYK 0.87 0.71 0 0.32
HSL 229.27º 0.77% 0.39% -
HSV(B) 229.27º 0.87% 0.68% -
XYZ 9.13 5.52 40.63 -
YUV 56.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 23 50 174 0.87 0.71 0 0.32 229.27 0.77 0.39
Hex 17 32 AE 57 47 0 20 E5 4D 27
Octal 27 62 256 127 107 0 40 345 115 47
Binary 10111 110010 10101110 1010111 1000111 0 100000 11100101 1001101 100111

Color Harmonies of #1732AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1732AE

Black with #1732AE

Text Example


Text Example

White with #1732AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1732AE; }

 p { color: rgb(23,50,174); }

 H1.HeaderClassName
 {
   color: #1732AE;
 }
 .AnyTagClassName
 {
   color: #1732AE;
 }
</style>

background-color css

<style>
 a { background-color: #1732AE; }

 a { background-color: rgb(23,50,174); }

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

border-color css

<style>
 span { border-color: #1732AE; }

 span { border-color: rgb(23,50,174); }

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