Html Css Color HEX #1641AA Egyptian Blue

📋 copy color: '#1641AA'

red 22 ◦ green 65 ◦ blue 170

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

Shades of Egyptian Blue #1641AA

Tints of Egyptian Blue #1641AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 8.56%
G = 25.29%
B = 66.15%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1641AA (or 0x1641AA) is known color: Egyptian Blue. HEX triplet: 16, 41 and AA. RGB value is (22,65,170). Sum of RGB (Red+Green+Blue) = 22+65+170=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #1641AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1641AA is #E9BE55. Grayscale: #3F3F3F. Windows color (decimal): -15318614 or 11157782. OLE color: 11157782.

HSL color Cylindrical-coordinate representation of color #1641AA: hue angle of 222.57º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1641AA is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 65 170 -
CMYK 0.87 0.62 0 0.33
HSL 222.57º 0.77% 0.38% -
HSV(B) 222.57º 0.87% 0.67% -
XYZ 9.48 6.85 38.85 -
YUV 64.11 187.75 97.96 -
System Red Green Blue C M Y K H S L
Decimal 22 65 170 0.87 0.62 0 0.33 222.57 0.77 0.38
Hex 16 41 AA 57 3E 0 21 DF 4D 26
Octal 26 101 252 127 76 0 41 337 115 46
Binary 10110 1000001 10101010 1010111 111110 0 100001 11011111 1001101 100110

Color Harmonies of #1641AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1641AA

Black with #1641AA

Text Example


Text Example

White with #1641AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1641AA; }

 p { color: rgb(22,65,170); }

 H1.HeaderClassName
 {
   color: #1641AA;
 }
 .AnyTagClassName
 {
   color: #1641AA;
 }
</style>

background-color css

<style>
 a { background-color: #1641AA; }

 a { background-color: rgb(22,65,170); }

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

border-color css

<style>
 span { border-color: #1641AA; }

 span { border-color: rgb(22,65,170); }

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