Html Css Color HEX #163191 Egyptian Blue

📋 copy color: '#163191'

red 22 ◦ green 49 ◦ blue 145

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

Shades of Egyptian Blue #163191

Tints of Egyptian Blue #163191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 145 (57.03% from 255) = 67.13%

R = 10.19%
G = 22.69%
B = 67.13%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#163191 (or 0x163191) is known color: Egyptian Blue. HEX triplet: 16, 31 and 91. RGB value is (22,49,145). Sum of RGB (Red+Green+Blue) = 22+49+145=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #163191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163191 is #E9CE6E. Grayscale: #333333. Windows color (decimal): -15322735 or 9515286. OLE color: 9515286.

HSL color Cylindrical-coordinate representation of color #163191: hue angle of 226.83º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163191 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 49 145 -
CMYK 0.85 0.66 0 0.43
HSL 226.83º 0.74% 0.33% -
HSV(B) 226.83º 0.85% 0.57% -
XYZ 6.54 4.41 27.29 -
YUV 51.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 22 49 145 0.85 0.66 0 0.43 226.83 0.74 0.33
Hex 16 31 91 55 42 0 2B E3 4A 21
Octal 26 61 221 125 102 0 53 343 112 41
Binary 10110 110001 10010001 1010101 1000010 0 101011 11100011 1001010 100001

Color Harmonies of #163191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163191

Black with #163191

Text Example


Text Example

White with #163191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163191; }

 p { color: rgb(22,49,145); }

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

background-color css

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

 a { background-color: rgb(22,49,145); }

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

border-color css

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

 span { border-color: rgb(22,49,145); }

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