Html Css Color HEX #1740A6 Egyptian Blue

📋 copy color: '#1740A6'

red 23 ◦ green 64 ◦ blue 166

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

Shades of Egyptian Blue #1740A6

Tints of Egyptian Blue #1740A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 65.61%

R = 9.09%
G = 25.3%
B = 65.61%

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

#1740A6 (or 0x1740A6) is known color: Egyptian Blue. HEX triplet: 17, 40 and A6. RGB value is (23,64,166). Sum of RGB (Red+Green+Blue) = 23+64+166=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 166 (65.23% from 255 or 65.61% from 253); Max value from RGB is 166 - color contains mainly: blue. Hex color #1740A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1740A6 is #E8BF59. Grayscale: #3E3E3E. Windows color (decimal): -15253338 or 10895383. OLE color: 10895383.

HSL color Cylindrical-coordinate representation of color #1740A6: hue angle of 222.8º 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 #1740A6 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 64 166 -
CMYK 0.86 0.61 0 0.35
HSL 222.8º 0.76% 0.37% -
HSV(B) 222.8º 0.86% 0.65% -
XYZ 9.07 6.6 36.87 -
YUV 63.37 185.92 99.21 -
System Red Green Blue C M Y K H S L
Decimal 23 64 166 0.86 0.61 0 0.35 222.8 0.76 0.37
Hex 17 40 A6 56 3D 0 23 DF 4C 25
Octal 27 100 246 126 75 0 43 337 114 45
Binary 10111 1000000 10100110 1010110 111101 0 100011 11011111 1001100 100101

Color Harmonies of #1740A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740A6

Black with #1740A6

Text Example


Text Example

White with #1740A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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