Html Css Color HEX #1642AD Egyptian Blue

📋 copy color: '#1642AD'

red 22 ◦ green 66 ◦ blue 173

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

Shades of Egyptian Blue #1642AD

Tints of Egyptian Blue #1642AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

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

R = 8.43%
G = 25.29%
B = 66.28%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1642AD (or 0x1642AD) is known color: Egyptian Blue. HEX triplet: 16, 42 and AD. RGB value is (22,66,173). Sum of RGB (Red+Green+Blue) = 22+66+173=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #1642AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1642AD is #E9BD52. Grayscale: #404040. Windows color (decimal): -15318355 or 11354646. OLE color: 11354646.

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

Color convert

RGB 22 66 173 -
CMYK 0.87 0.62 0 0.32
HSL 222.52º 0.77% 0.38% -
HSV(B) 222.52º 0.87% 0.68% -
XYZ 9.82 7.08 40.38 -
YUV 65.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 22 66 173 0.87 0.62 0 0.32 222.52 0.77 0.38
Hex 16 42 AD 57 3E 0 20 DF 4D 26
Octal 26 102 255 127 76 0 40 337 115 46
Binary 10110 1000010 10101101 1010111 111110 0 100000 11011111 1001101 100110

Color Harmonies of #1642AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1642AD

Black with #1642AD

Text Example


Text Example

White with #1642AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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