Html Css Color HEX #163593 Egyptian Blue

📋 copy color: '#163593'

red 22 ◦ green 53 ◦ blue 147

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

Shades of Egyptian Blue #163593

Tints of Egyptian Blue #163593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.22%

R = 9.91%
G = 23.87%
B = 66.22%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163593 (or 0x163593) is known color: Egyptian Blue. HEX triplet: 16, 35 and 93. RGB value is (22,53,147). Sum of RGB (Red+Green+Blue) = 22+53+147=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #163593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163593 is #E9CA6C. Grayscale: #363636. Windows color (decimal): -15321709 or 9647382. OLE color: 9647382.

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

Color convert

RGB 22 53 147 -
CMYK 0.85 0.64 0 0.42
HSL 225.12º 0.74% 0.33% -
HSV(B) 225.12º 0.85% 0.58% -
XYZ 6.87 4.82 28.17 -
YUV 54.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 22 53 147 0.85 0.64 0 0.42 225.12 0.74 0.33
Hex 16 35 93 55 40 0 2A E1 4A 21
Octal 26 65 223 125 100 0 52 341 112 41
Binary 10110 110101 10010011 1010101 1000000 0 101010 11100001 1001010 100001

Color Harmonies of #163593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163593

Black with #163593

Text Example


Text Example

White with #163593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163593; }

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

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

background-color css

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

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

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

border-color css

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

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

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