Html Css Color HEX #163293 Egyptian Blue

📋 copy color: '#163293'

red 22 ◦ green 50 ◦ blue 147

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

Shades of Egyptian Blue #163293

Tints of Egyptian Blue #163293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.83%

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

R = 10.05%
G = 22.83%
B = 67.12%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163293 (or 0x163293) is known color: Egyptian Blue. HEX triplet: 16, 32 and 93. RGB value is (22,50,147). Sum of RGB (Red+Green+Blue) = 22+50+147=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #163293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163293 is #E9CD6C. Grayscale: #343434. Windows color (decimal): -15322477 or 9646614. OLE color: 9646614.

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

Color convert

RGB 22 50 147 -
CMYK 0.85 0.66 0 0.42
HSL 226.56º 0.74% 0.33% -
HSV(B) 226.56º 0.85% 0.58% -
XYZ 6.74 4.56 28.13 -
YUV 52.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 22 50 147 0.85 0.66 0 0.42 226.56 0.74 0.33
Hex 16 32 93 55 42 0 2A E3 4A 21
Octal 26 62 223 125 102 0 52 343 112 41
Binary 10110 110010 10010011 1010101 1000010 0 101010 11100011 1001010 100001

Color Harmonies of #163293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163293

Black with #163293

Text Example


Text Example

White with #163293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163293; }

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

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

background-color css

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

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

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

border-color css

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

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

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