Html Css Color HEX #163393 Egyptian Blue

📋 copy color: '#163393'

red 22 ◦ green 51 ◦ blue 147

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

Shades of Egyptian Blue #163393

Tints of Egyptian Blue #163393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 10%
G = 23.18%
B = 66.82%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163393 (or 0x163393) is known color: Egyptian Blue. HEX triplet: 16, 33 and 93. RGB value is (22,51,147). Sum of RGB (Red+Green+Blue) = 22+51+147=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #163393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163393 is #E9CC6C. Grayscale: #343434. Windows color (decimal): -15322221 or 9646870. OLE color: 9646870.

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

Color convert

RGB 22 51 147 -
CMYK 0.85 0.65 0 0.42
HSL 226.08º 0.74% 0.33% -
HSV(B) 226.08º 0.85% 0.58% -
XYZ 6.78 4.64 28.14 -
YUV 53.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 22 51 147 0.85 0.65 0 0.42 226.08 0.74 0.33
Hex 16 33 93 55 41 0 2A E2 4A 21
Octal 26 63 223 125 101 0 52 342 112 41
Binary 10110 110011 10010011 1010101 1000001 0 101010 11100010 1001010 100001

Color Harmonies of #163393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163393

Black with #163393

Text Example


Text Example

White with #163393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163393; }

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

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

background-color css

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

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

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

border-color css

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

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

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