Html Css Color HEX #163591 Egyptian Blue

📋 copy color: '#163591'

red 22 ◦ green 53 ◦ blue 145

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

Shades of Egyptian Blue #163591

Tints of Egyptian Blue #163591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

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

R = 10%
G = 24.09%
B = 65.91%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#163591 (or 0x163591) is known color: Egyptian Blue. HEX triplet: 16, 35 and 91. RGB value is (22,53,145). Sum of RGB (Red+Green+Blue) = 22+53+145=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #163591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163591 is #E9CA6E. Grayscale: #353535. Windows color (decimal): -15321711 or 9516310. OLE color: 9516310.

HSL color Cylindrical-coordinate representation of color #163591: hue angle of 224.88º 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 #163591 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 53 145 -
CMYK 0.85 0.63 0 0.43
HSL 224.88º 0.74% 0.33% -
HSV(B) 224.88º 0.85% 0.57% -
XYZ 6.71 4.76 27.35 -
YUV 54.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 22 53 145 0.85 0.63 0 0.43 224.88 0.74 0.33
Hex 16 35 91 55 3F 0 2B E1 4A 21
Octal 26 65 221 125 77 0 53 341 112 41
Binary 10110 110101 10010001 1010101 111111 0 101011 11100001 1001010 100001

Color Harmonies of #163591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163591

Black with #163591

Text Example


Text Example

White with #163591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163591; }

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

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

background-color css

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

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

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

border-color css

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

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

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