Html Css Color HEX #1640AD Egyptian Blue

📋 copy color: '#1640AD'

red 22 ◦ green 64 ◦ blue 173

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

Shades of Egyptian Blue #1640AD

Tints of Egyptian Blue #1640AD

RGB

 RED value IS 22 (8.98% from 255) = 8.49%

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

 BLUE value IS 173 (67.97% from 255) = 66.8%

R = 8.49%
G = 24.71%
B = 66.8%

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

#1640AD (or 0x1640AD) is known color: Egyptian Blue. HEX triplet: 16, 40 and AD. RGB value is (22,64,173). Sum of RGB (Red+Green+Blue) = 22+64+173=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #1640AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1640AD is #E9BF52. Grayscale: #3F3F3F. Windows color (decimal): -15318867 or 11354134. OLE color: 11354134.

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

Color convert

RGB 22 64 173 -
CMYK 0.87 0.63 0 0.32
HSL 223.31º 0.77% 0.38% -
HSV(B) 223.31º 0.87% 0.68% -
XYZ 9.71 6.85 40.35 -
YUV 63.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 22 64 173 0.87 0.63 0 0.32 223.31 0.77 0.38
Hex 16 40 AD 57 3F 0 20 DF 4D 26
Octal 26 100 255 127 77 0 40 337 115 46
Binary 10110 1000000 10101101 1010111 111111 0 100000 11011111 1001101 100110

Color Harmonies of #1640AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1640AD

Black with #1640AD

Text Example


Text Example

White with #1640AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1640AD; }

 p { color: rgb(22,64,173); }

 H1.HeaderClassName
 {
   color: #1640AD;
 }
 .AnyTagClassName
 {
   color: #1640AD;
 }
</style>

background-color css

<style>
 a { background-color: #1640AD; }

 a { background-color: rgb(22,64,173); }

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

border-color css

<style>
 span { border-color: #1640AD; }

 span { border-color: rgb(22,64,173); }

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