Html Css Color HEX #1740AC Egyptian Blue

📋 copy color: '#1740AC'

red 23 ◦ green 64 ◦ blue 172

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

Shades of Egyptian Blue #1740AC

Tints of Egyptian Blue #1740AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 8.88%
G = 24.71%
B = 66.41%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1740AC (or 0x1740AC) is known color: Egyptian Blue. HEX triplet: 17, 40 and AC. RGB value is (23,64,172). Sum of RGB (Red+Green+Blue) = 23+64+172=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1740AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1740AC is #E8BF53. Grayscale: #3F3F3F. Windows color (decimal): -15253332 or 11288599. OLE color: 11288599.

HSL color Cylindrical-coordinate representation of color #1740AC: hue angle of 223.49º 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 #1740AC is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 64 172 -
CMYK 0.87 0.63 0 0.33
HSL 223.49º 0.76% 0.38% -
HSV(B) 223.49º 0.87% 0.67% -
XYZ 9.63 6.83 39.84 -
YUV 64.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 23 64 172 0.87 0.63 0 0.33 223.49 0.76 0.38
Hex 17 40 AC 57 3F 0 21 DF 4C 26
Octal 27 100 254 127 77 0 41 337 114 46
Binary 10111 1000000 10101100 1010111 111111 0 100001 11011111 1001100 100110

Color Harmonies of #1740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740AC

Black with #1740AC

Text Example


Text Example

White with #1740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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