Html Css Color HEX #163693 Egyptian Blue

📋 copy color: '#163693'

red 22 ◦ green 54 ◦ blue 147

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

Shades of Egyptian Blue #163693

Tints of Egyptian Blue #163693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

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

R = 9.87%
G = 24.22%
B = 65.92%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163693 (or 0x163693) is known color: Egyptian Blue. HEX triplet: 16, 36 and 93. RGB value is (22,54,147). Sum of RGB (Red+Green+Blue) = 22+54+147=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #163693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163693 is #E9C96C. Grayscale: #363636. Windows color (decimal): -15321453 or 9647638. OLE color: 9647638.

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

Color convert

RGB 22 54 147 -
CMYK 0.85 0.63 0 0.42
HSL 224.64º 0.74% 0.33% -
HSV(B) 224.64º 0.85% 0.58% -
XYZ 6.92 4.92 28.19 -
YUV 55.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 22 54 147 0.85 0.63 0 0.42 224.64 0.74 0.33
Hex 16 36 93 55 3F 0 2A E1 4A 21
Octal 26 66 223 125 77 0 52 341 112 41
Binary 10110 110110 10010011 1010101 111111 0 101010 11100001 1001010 100001

Color Harmonies of #163693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163693

Black with #163693

Text Example


Text Example

White with #163693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163693; }

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

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

background-color css

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

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

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

border-color css

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

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

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