Html Css Color HEX #1740AE Egyptian Blue

📋 copy color: '#1740AE'

red 23 ◦ green 64 ◦ blue 174

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

Shades of Egyptian Blue #1740AE

Tints of Egyptian Blue #1740AE

RGB

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

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

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

R = 8.81%
G = 24.52%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1740AE (or 0x1740AE) is known color: Egyptian Blue. HEX triplet: 17, 40 and AE. RGB value is (23,64,174). Sum of RGB (Red+Green+Blue) = 23+64+174=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #1740AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1740AE is #E8BF51. Grayscale: #3F3F3F. Windows color (decimal): -15253330 or 11419671. OLE color: 11419671.

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

Color convert

RGB 23 64 174 -
CMYK 0.87 0.63 0 0.32
HSL 223.71º 0.77% 0.39% -
HSV(B) 223.71º 0.87% 0.68% -
XYZ 9.83 6.9 40.86 -
YUV 64.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 23 64 174 0.87 0.63 0 0.32 223.71 0.77 0.39
Hex 17 40 AE 57 3F 0 20 E0 4D 27
Octal 27 100 256 127 77 0 40 340 115 47
Binary 10111 1000000 10101110 1010111 111111 0 100000 11100000 1001101 100111

Color Harmonies of #1740AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740AE

Black with #1740AE

Text Example


Text Example

White with #1740AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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