Html Css Color HEX #1740A5 Egyptian Blue

📋 copy color: '#1740A5'

red 23 ◦ green 64 ◦ blue 165

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

Shades of Egyptian Blue #1740A5

Tints of Egyptian Blue #1740A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 65.48%

R = 9.13%
G = 25.4%
B = 65.48%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1740A5 (or 0x1740A5) is known color: Egyptian Blue. HEX triplet: 17, 40 and A5. RGB value is (23,64,165). Sum of RGB (Red+Green+Blue) = 23+64+165=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 165 (64.84% from 255 or 65.48% from 252); Max value from RGB is 165 - color contains mainly: blue. Hex color #1740A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1740A5 is #E8BF5A. Grayscale: #3E3E3E. Windows color (decimal): -15253339 or 10829847. OLE color: 10829847.

HSL color Cylindrical-coordinate representation of color #1740A5: hue angle of 222.68º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1740A5 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 64 165 -
CMYK 0.86 0.61 0 0.35
HSL 222.68º 0.76% 0.37% -
HSV(B) 222.68º 0.86% 0.65% -
XYZ 8.98 6.57 36.39 -
YUV 63.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 23 64 165 0.86 0.61 0 0.35 222.68 0.76 0.37
Hex 17 40 A5 56 3D 0 23 DF 4C 25
Octal 27 100 245 126 75 0 43 337 114 45
Binary 10111 1000000 10100101 1010110 111101 0 100011 11011111 1001100 100101

Color Harmonies of #1740A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740A5

Black with #1740A5

Text Example


Text Example

White with #1740A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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